mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-01-31 03:52:58 +00:00
6 lines
89 B
Makefile
6 lines
89 B
Makefile
#!/usr/bin/make -f
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|