You've already forked peony-extensions
mirror of
https://github.com/ukui/peony-extensions.git
synced 2026-03-09 09:23:39 -07:00
8 lines
103 B
Makefile
Executable File
8 lines
103 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export QT_SELECT := qt5
|
|
|
|
%:
|
|
dh $@
|