diff --git a/Makefile b/Makefile index a524f80c4..c6a9019c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ VERSION=0.1 -DATE = $(shell date "+%FT%T%z") -SHA=$(shell git rev-parse --short HEAD) GOFILES = $(shell find . -name '*.go' -not -path './vendor/*')