mirror of
https://github.com/prometheus/alertmanager
synced 2025-04-17 04:28:09 +00:00
allow a binary name to be passed to make build, rather than only allowing build to build all binaries from .promu.yml
This commit is contained in:
parent
f3cd3978db
commit
ad27f483dd
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ vet:
|
|||||||
# Will only build the back-end
|
# Will only build the back-end
|
||||||
build: promu
|
build: promu
|
||||||
@echo ">> building binaries"
|
@echo ">> building binaries"
|
||||||
@$(PROMU) build --prefix $(PREFIX)
|
@$(PROMU) build --prefix $(PREFIX) $(BINARIES)
|
||||||
|
|
||||||
# Will build both the front-end as well as the back-end
|
# Will build both the front-end as well as the back-end
|
||||||
build-all: assets build
|
build-all: assets build
|
||||||
|
Loading…
Reference in New Issue
Block a user