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:
Callum Styan 2017-09-10 14:30:55 -07:00
parent f3cd3978db
commit ad27f483dd

View File

@ -47,7 +47,7 @@ vet:
# Will only build the back-end
build: promu
@echo ">> building binaries"
@$(PROMU) build --prefix $(PREFIX)
@$(PROMU) build --prefix $(PREFIX) $(BINARIES)
# Will build both the front-end as well as the back-end
build-all: assets build