6 lines
61 B
Makefile
Executable file
6 lines
61 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with systemd
|