fixed warning in Makefile

This commit is contained in:
Alexander Oleinik
2015-08-29 09:57:40 +00:00
parent cc3f492e62
commit fb7d255b8b

View File

@@ -3,7 +3,7 @@ VERSION := $(shell sh -c 'git describe --always --tags')
build: prepare
$(GOPATH)/bin/godep go build -o telegraf -ldflags \
"-X main.Version $(VERSION)" \
"-X main.Version=$(VERSION)" \
./cmd/telegraf/telegraf.go
prepare: