Files
shadowsocks-rust/debian/rules
2025-09-04 00:33:28 +08:00

11 lines
166 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 $@