mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-06 16:48:17 +08:00
11 lines
167 B
Makefile
Executable File
11 lines
167 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build -- TARGET=release
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- TARGET=release PREFIX=/usr/bin
|
|
|
|
%:
|
|
dh $@
|