Skip to content

Commit 5ff1aab

Browse files
committed
make: remove combined binaries on clean
1 parent 47267c1 commit 5ff1aab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ include $(IDF_PATH)/make/project.mk
2727
firmware: all
2828
python combine.py
2929

30-
.PHONY: firmware
30+
clean:
31+
rm -rf NINA_W102*
32+
33+
.PHONY: firmware, clean

0 commit comments

Comments
 (0)