Commit 7fb31479 authored by Paul Sokolovsky's avatar Paul Sokolovsky

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

parent b67eb20e
......@@ -127,7 +127,7 @@ lib: $(OBJ)
$(AR) rcs libmicropython.a $^
clean:
$(RM) -rf $(BUILD)
$(RM) -rf $(BUILD) $(CLEAN_EXTRA)
.PHONY: clean
print-cfg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment