diff --git a/Makefile b/Makefile index 55414bf7..dfa59a84 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ contrib_check: install: go clean - #go install -ldflags="-s -w -X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)" - go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)" + go install -ldflags="-s -w -X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)" which wtf lint: