Skip to content

Commit

Permalink
remove unused variable on makefile (go-gitea#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and lafriks committed Jul 29, 2017
1 parent 60d7e56 commit a9cc538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit a9cc538

Please sign in to comment.