From cc7072e66651a7bb7d94a6b8561c378460557318 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 13 Aug 2018 08:35:01 -0700 Subject: [PATCH] Revert the Makefile changes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: