remove unused variable on makefile (#2225)

This commit is contained in:
Lunny Xiao 2017-07-29 17:22:10 +08:00 committed by Lauris BH
parent 60d7e56c69
commit a9cc538ab5
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ GOFMT ?= gofmt -s
GOFLAGS := -i -v
EXTRA_GOFLAGS ?=
PWD := $(shell pwd)
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"