mirror of
https://github.com/ukui/peony.git
synced 2026-03-09 09:21:10 -07:00
7 lines
97 B
Makefile
Executable File
7 lines
97 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT=5
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|