7 lines
77 B
Makefile
Executable file
7 lines
77 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
|
|
%:
|
|
dh $@
|