Add 'make help' for rustbuild
It is still advertised by the configure script.
This commit is contained in:
parent
6c0d66af69
commit
12a159abea
@ -22,6 +22,10 @@ BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py $(BOOTSTRAP_
|
||||
all:
|
||||
$(Q)$(BOOTSTRAP)
|
||||
|
||||
# Don’t use $(Q) here, always show how to invoke the bootstrap script directly
|
||||
help:
|
||||
$(BOOTSTRAP) --help
|
||||
|
||||
clean:
|
||||
$(Q)$(BOOTSTRAP) --clean
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user