makefile: update Makefile.common with newer version (#1466)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
pull/1471/head
PrometheusBot 5 years ago committed by Ben Kochie
parent 93c12e03a1
commit d3478a207e

@ -201,7 +201,7 @@ endif
.PHONY: common-build
common-build: promu
@echo ">> building binaries"
GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX)
GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
.PHONY: common-tarball
common-tarball: promu

Loading…
Cancel
Save