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