9 lines
81 B
Makefile
Executable File
9 lines
81 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with=systemd
|
|
|
|
override_dh_strip:
|