summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-12-05 15:58:04 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-05 22:58:04 +0800
commitcd0ce9f3d80b1985956ea2e6ae111adc93c29e30 (patch)
tree701f7adb2c264f09ad143abc60bd4bb638953b25 /Makefile
parent70134323d1bb57313c96131ea18c9c25ea2b3be8 (diff)
downloadgitea-cd0ce9f3d80b1985956ea2e6ae111adc93c29e30.tar.gz
gitea-cd0ce9f3d80b1985956ea2e6ae111adc93c29e30.zip
Awlays build, even when it thinks it's up to date (#351)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1de097b975..03b4c7cb56 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ install: $(wildcard *.go)
.PHONY: build
build: $(EXECUTABLE)
+.PHONY: $(EXECUTABLE)
$(EXECUTABLE): $(wildcard *.go)
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@