Added clean to help output.

This commit is contained in:
Willem Cazander 2020-12-23 22:20:15 +01:00
parent a92a2b8dad
commit 04fa2ccd5f

View file

@ -16,6 +16,7 @@ BUILD_HELP += \\n\\t* help
help: help:
@echo $(BUILD_HELP) @echo $(BUILD_HELP)
BUILD_HELP += \\n\\t* clean
.PHONY: clean .PHONY: clean
clean: clean:
$(call mb_clean,$(PATH_BIN)) $(call mb_clean,$(PATH_BIN))