Files
openNDS/linux_debian/rules
Rob White d6d9d78936 Rationalise Linux Distributions
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-13 11:42:36 +00:00

19 lines
366 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
export CFLAGS += -flto
export LDFLAGS += -flto
%:
dh $@ --with systemd