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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy