diff --git a/Makefile b/Makefile index fc0adaf545976f67ca57465acb47bd014119edb3..7f7338f00ad9ecc7bf528fb957965965e6077e59 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .PHONY: build # build build: - mkdir -p bin/ && go build -ldflags "-X main.Version=$(VERSION)" -o ./bin/ ./... \ No newline at end of file + mkdir -p bin/ && go build -o ./bin/ ./... \ No newline at end of file