6 lines
70 B
Makefile
6 lines
70 B
Makefile
#!/usr/bin/make -f
|
|
export QT_SELECT := qt5
|
|
|
|
%:
|
|
dh $@ --parallel
|