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