From 63fb812b173692a66e96956b3f45e9a8c78703ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=22BKC=22=20Carlb=C3=A4cker?= Date: Mon, 5 Dec 2016 15:34:38 +0100 Subject: [PATCH] Awlays build, even when it thinks it's up to date --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1de097b97566d..03b4c7cb56b28 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 $@