Skip to content

Commit 7fb3147

Browse files
committed
py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.
1 parent b67eb20 commit 7fb3147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mkrules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ lib: $(OBJ)
127127
$(AR) rcs libmicropython.a $^
128128

129129
clean:
130-
$(RM) -rf $(BUILD)
130+
$(RM) -rf $(BUILD) $(CLEAN_EXTRA)
131131
.PHONY: clean
132132

133133
print-cfg:

0 commit comments

Comments
 (0)