From 301d8e4bc0762f807aa3cafbc0d5fc6ba8e1308d Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Sat, 4 Mar 2017 12:56:26 -0400 Subject: Don't declare real dependencies as phony targets This will execute these targets every single time, even if they already exist on disk. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 741f4a9..8229102 100644 --- a/Makefile +++ b/Makefile @@ -83,4 +83,4 @@ $(GOPATH)/bin/staticcheck: @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck -.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck $(GOPATH)/bin/promu $(GOPATH)/bin/staticcheck +.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck -- cgit v1.2.3