We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c260962 commit ecf28b0Copy full SHA for ecf28b0
projects/uf2_boot/makefile.targets
@@ -1,3 +1,6 @@
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 ' '
5
6
*.elf: $(wildcard E:/project/art-pi-sdk-github/sdk-bsp-stm32h750-realthread-artpi/projects/uf2_boot/GCC/link.lds)
0 commit comments