diff --git a/Makefile b/Makefile index 8ec2a4b9..c78611d1 100644 --- a/Makefile +++ b/Makefile @@ -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