diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-07-29 17:22:10 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-07-29 12:22:10 +0300 |
commit | a9cc538ab5a2a3a37b69041daf435169d15dd05c (patch) | |
tree | 0c827e88af0a566f5d31fdd4b14e2c8614b03ad5 /Makefile | |
parent | 60d7e56c69abfd89607056f5e459e71dbe571b97 (diff) | |
download | gitea-a9cc538ab5a2a3a37b69041daf435169d15dd05c.tar.gz gitea-a9cc538ab5a2a3a37b69041daf435169d15dd05c.zip |
remove unused variable on makefile (#2225)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)" |