mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
7 lines
239 B
XML
7 lines
239 B
XML
clean2:
|
|
-$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(SECONDARY_FLASH)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
|
|
-$(RM) $(OBJS) *.elf
|
|
-@echo ' '
|
|
|
|
*.elf: $(wildcard ../linkscripts/STM32F429ZI/link.lds)
|