diff --git a/Makefile b/Makefile index 846249a..e3afecc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BINARY=pndpd MODULES= VERSION=`git describe --tags` -LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}" +LDFLAGS=-ldflags "-X main.Version=${VERSION}" build: go build -tags=${MODULES} -o bin/${BINARY} . @@ -18,4 +18,4 @@ release-all: clean: find bin/ -type f -delete - if [ -d "bin/" ]; then rm -d bin/ ;fi \ No newline at end of file + if [ -d "bin/" ]; then rm -d bin/ ;fi