aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2017-03-23 11:35:39 +0100
committerGitHub <noreply@github.com>2017-03-23 11:35:39 +0100
commit7ad91b84c46af18e7ca0970ded34906e1ac0f225 (patch)
tree630790ca6567a394c87404ff8cf47b95a841a43a /Makefile
parentdd3a681b270df33453fd658f217d40b2df1f59f8 (diff)
parent31189c9507c3f710568adb0c4af19a491a86fb8e (diff)
downloadprometheus_node_collector-7ad91b84c46af18e7ca0970ded34906e1ac0f225.tar.bz2
prometheus_node_collector-7ad91b84c46af18e7ca0970ded34906e1ac0f225.tar.xz
prometheus_node_collector-7ad91b84c46af18e7ca0970ded34906e1ac0f225.zip
Merge pull request #531 from prometheus/grobie/update-promu-by-default
Download promu and staticcheck every time by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac8be99..78dcc97 100644
--- a/Makefile
+++ b/Makefile
@@ -84,3 +84,9 @@ $(GOPATH)/bin/staticcheck:
84 84
85 85
86.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck 86.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck
87
88# Declaring the binaries at their default locations as PHONY targets is a hack
89# to ensure the latest version is downloaded on every make execution.
90# If this is not desired, copy/symlink these binaries to a different path and
91# set the respective environment variables.
92.PHONY: $(GOPATH)/bin/promu $(GOPATH)/bin/staticcheck