9 lines
144 B
Makefile
Executable file
9 lines
144 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
|
|
CFLAGS += -fcommon
|
|
|
|
%:
|
|
dh $@
|