9 строки
97 B
Makefile
Исполняемый файл
9 строки
97 B
Makefile
Исполняемый файл
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
make release
|
|
|
|
override_dh_auto_install:
|