Added clean to help output.
This commit is contained in:
parent
a92a2b8dad
commit
04fa2ccd5f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -16,6 +16,7 @@ BUILD_HELP += \\n\\t* help
|
|||
help:
|
||||
@echo $(BUILD_HELP)
|
||||
|
||||
BUILD_HELP += \\n\\t* clean
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(call mb_clean,$(PATH_BIN))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue