Makefile 149 B

123456
  1. VERSION=`git describe --tags`
  2. BUILD=`date +%FT%T%z`
  3. all:
  4. go build -tags netgo -ldflags "-s -X main.Version=$(VERSION) -X main.BuildDate=$(BUILD)"