7 lines
81 B
Text
7 lines
81 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME=pydyf
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem=pybuild
|