mirror of
https://github.com/alexkay/spek.git
synced 2025-07-15 16:11:04 +03:00
7 lines
80 B
Makefile
Executable File
7 lines
80 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|