6 lines
99 B
Makefile
Executable file
6 lines
99 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=ptpython
|
|
|
|
%:
|
|
dh ${@} --buildsystem=pybuild --with python3
|