We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaae940 commit bf5fe9fCopy full SHA for bf5fe9f
1 file changed
Makefile
@@ -12,5 +12,6 @@ build-lib:
12
13
clean:
14
make -C main clean ARCH=esp32c3
15
- @$(foreach item, $(ESP_COMPONENTS), rm -f esp32c3/components/$(item)/*.o esp32c3/components/$(item)/*.
+ @$(foreach item, $(ESP_COMPONENTS), \
16
+ rm -f esp32c3/components/$(item)/*.o esp32c3/components/$(item)/*.a;)
17
0 commit comments