Skip to content

Commit ecf28b0

Browse files
committed
[add] clean command
1 parent c260962 commit ecf28b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/uf2_boot/makefile.targets

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
1+
clean2:
2+
-$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(SECONDARY_FLASH)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
3+
-$(RM) $(OBJS) *.elf
4+
-@echo ' '
25

36
*.elf: $(wildcard E:/project/art-pi-sdk-github/sdk-bsp-stm32h750-realthread-artpi/projects/uf2_boot/GCC/link.lds)

0 commit comments

Comments
 (0)