aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPrometheusBot <prometheus-team@googlegroups.com>2019-08-30 13:32:17 +0200
committerBen Kochie <superq@gmail.com>2019-08-30 13:32:17 +0200
commitd3478a207ebc665d4bd06c3dff5e9fb0a5e44eff (patch)
tree64aa96ef976db1f3ba5fc37e8bc813d9425141c0 /Makefile.common
parent93c12e03a1aa82bba6b951583774db6460f1e767 (diff)
downloadprometheus_node_collector-d3478a207ebc665d4bd06c3dff5e9fb0a5e44eff.tar.bz2
prometheus_node_collector-d3478a207ebc665d4bd06c3dff5e9fb0a5e44eff.tar.xz
prometheus_node_collector-d3478a207ebc665d4bd06c3dff5e9fb0a5e44eff.zip
makefile: update Makefile.common with newer version (#1466)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index db98993..848d27e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -201,7 +201,7 @@ endif
201.PHONY: common-build 201.PHONY: common-build
202common-build: promu 202common-build: promu
203 @echo ">> building binaries" 203 @echo ">> building binaries"
204 GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX) 204 GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205 205
206.PHONY: common-tarball 206.PHONY: common-tarball
207common-tarball: promu 207common-tarball: promu