Added clean to help output.

This commit is contained in:
Willem Cazander 2020-12-23 22:20:15 +01:00
parent a92a2b8dad
commit 04fa2ccd5f
1 changed files with 1 additions and 0 deletions

View File

@ -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))