mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Don't declare real dependencies as phony targets
This will execute these targets every single time, even if they already exist on disk.
This commit is contained in:
parent
bca82f2a57
commit
301d8e4bc0
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…
Reference in a new issue