aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Schmidt <tobidt@gmail.com>2017-03-04 12:56:26 -0400
committerTobias Schmidt <tobidt@gmail.com>2017-03-04 12:56:26 -0400
commit301d8e4bc0762f807aa3cafbc0d5fc6ba8e1308d (patch)
treecdafe771e287bf602e58fef72ed9af77631c798c /Makefile
parentbca82f2a576a326df84aa2f8f770c328cf92ae9d (diff)
downloadprometheus_node_collector-301d8e4bc0762f807aa3cafbc0d5fc6ba8e1308d.tar.bz2
prometheus_node_collector-301d8e4bc0762f807aa3cafbc0d5fc6ba8e1308d.tar.xz
prometheus_node_collector-301d8e4bc0762f807aa3cafbc0d5fc6ba8e1308d.zip
Don't declare real dependencies as phony targets
This will execute these targets every single time, even if they already exist on disk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 741f4a9..8229102 100644
--- a/Makefile
+++ b/Makefile
@@ -83,4 +83,4 @@ $(GOPATH)/bin/staticcheck:
83 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck 83 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
84 84
85 85
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