Build statically linked binaries in makefile

This commit is contained in:
Janet Kuo 2016-08-10 17:37:06 -07:00
parent 3da3fb50ff
commit 6164f0ac24

View File

@ -12,10 +12,10 @@ BIND_DIR := bundles
default: binary
all:
./script/make.sh
CGO_ENABLED=0 ./script/make.sh
binary:
./script/make.sh binary
CGO_ENABLED=0 ./script/make.sh binary
clean:
./script/make.sh clean