Skip to content
Snippets Groups Projects
Commit 7fb31479 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.

parent b67eb20e
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ lib: $(OBJ)
$(AR) rcs libmicropython.a $^
clean:
$(RM) -rf $(BUILD)
$(RM) -rf $(BUILD) $(CLEAN_EXTRA)
.PHONY: clean
print-cfg:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment