You've already forked ukui-paste
mirror of
https://github.com/ukui/ukui-paste.git
synced 2026-03-09 09:30:51 -07:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export QT_SELECT := qt5
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
|
|
%:
|
|
dh $@
|