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