6 líneas
78 B
Makefile
Archivo Ejecutable
6 líneas
78 B
Makefile
Archivo Ejecutable
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem=qmake6
|
|
|
|
override_dh_auto_install:
|