Skip to content

Commit bf5fe9f

Browse files
committed
fix make clean command
1 parent eaae940 commit bf5fe9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ build-lib:
1212

1313
clean:
1414
make -C main clean ARCH=esp32c3
15-
@$(foreach item, $(ESP_COMPONENTS), rm -f esp32c3/components/$(item)/*.o esp32c3/components/$(item)/*.
15+
@$(foreach item, $(ESP_COMPONENTS), \
16+
rm -f esp32c3/components/$(item)/*.o esp32c3/components/$(item)/*.a;)
1617

0 commit comments

Comments
 (0)