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