6 lines
89 B
Makefile
Executable File
6 lines
89 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|