Add 'make help' for rustbuild

It is still advertised by the configure script.
This commit is contained in:
Simon Sapin 2016-08-17 16:23:11 +02:00
parent 6c0d66af69
commit 12a159abea

View File

@ -22,6 +22,10 @@ BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py $(BOOTSTRAP_
all:
$(Q)$(BOOTSTRAP)
# Dont use $(Q) here, always show how to invoke the bootstrap script directly
help:
$(BOOTSTRAP) --help
clean:
$(Q)$(BOOTSTRAP) --clean