mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 13:15:45 +00:00
9 lines
188 B
Makefile
Executable file
9 lines
188 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
#DH_VERBOSE = 1
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
include /usr/share/dpkg/default.mk
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all timeless
|
|
|
|
%:
|
|
dh $@ --with autotools-dev
|