mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
15 lines
288 B
Makefile
Executable file
15 lines
288 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
export LDFLAGS += -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@ --parallel --with kde --with sodeps
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -Skde -- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
|
|
.PHONY: override_dh_auto_test
|
|
|