summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-07-29 17:22:10 +0800
committerLauris BH <lauris@nix.lv>2017-07-29 12:22:10 +0300
commita9cc538ab5a2a3a37b69041daf435169d15dd05c (patch)
tree0c827e88af0a566f5d31fdd4b14e2c8614b03ad5 /Makefile
parent60d7e56c69abfd89607056f5e459e71dbe571b97 (diff)
downloadgitea-a9cc538ab5a2a3a37b69041daf435169d15dd05c.tar.gz
gitea-a9cc538ab5a2a3a37b69041daf435169d15dd05c.zip
remove unused variable on makefile (#2225)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0a03d99a5..23ac690809 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"