Browse Source

Don't declare real dependencies as phony targets

This will execute these targets every single time, even if they already
exist on disk.
pull/496/head
Tobias Schmidt 8 years ago
parent
commit
301d8e4bc0
  1. 2
      Makefile

2
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

Loading…
Cancel
Save