Skip to content

Commit 301d8e4

Browse files
committed
Don't declare real dependencies as phony targets
This will execute these targets every single time, even if they already exist on disk.
1 parent bca82f2 commit 301d8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ $(GOPATH)/bin/staticcheck:
8383
@GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
8484

8585

86-
.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck $(GOPATH)/bin/promu $(GOPATH)/bin/staticcheck
86+
.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck

0 commit comments

Comments
 (0)