Browse Source

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
commit
d3478a207e
  1. 2
      Makefile.common

2
Makefile.common

@ -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