We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ef65d commit 330bc3bCopy full SHA for 330bc3b
Makefile.common
@@ -201,7 +201,7 @@ endif
201
.PHONY: common-build
202
common-build: promu
203
@echo ">> building binaries"
204
- GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX)
+ GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205
206
.PHONY: common-tarball
207
common-tarball: promu
0 commit comments