You've already forked ukui-shutdown-timer
mirror of
https://github.com/ukui/ukui-shutdown-timer.git
synced 2026-03-09 09:30:43 -07:00
12 lines
187 B
Makefile
Executable File
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
|