mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09: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 $@
|