8 lines
98 B
Makefile
Executable File
8 lines
98 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --buildsystem=qmake --parallel --with systemd
|
|
|