Merge pull request #99 from janetkuo/release-static-link

Build statically linked binaries in makefile; remove make clean
This commit is contained in:
Janet Kuo 2016-08-10 19:46:16 -07:00 committed by GitHub
commit 52a933ce17

View File

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