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