mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +03:00
6 lines
133 B
Makefile
Executable file
6 lines
133 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# You must remove unused comment lines for the released package.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with python3
|