aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
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