Files
2020-08-22 17:16:37 +08:00

12 lines
187 B
Makefile
Executable File

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export QT_SELECT := qt5
%:
dh $@
override_dh_install:
dh_install