7 lines
107 B
Text
7 lines
107 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME = logarithmplotter
|
||
|
|
||
|
%:
|
||
|
dh $@ --with python3 --buildsystem=pybuild
|