You've already forked ukui-notification-daemon
mirror of
https://github.com/ukui/ukui-notification-daemon.git
synced 2026-03-09 09:30:35 -07:00
9 lines
153 B
Makefile
Executable File
9 lines
153 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 $@
|