mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Remove compiled BIN files when running "make clean" with the BUILD build system module.
This commit is contained in:
parent
3f52d6ee06
commit
32fcf1ec53
@ -249,7 +249,7 @@ mostlyclean:
|
|||||||
# Cleans all build files, leaving only the original source code
|
# Cleans all build files, leaving only the original source code
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
@echo $(MSG_REMOVE_CMD) Removing output files of \"$(TARGET)\"
|
@echo $(MSG_REMOVE_CMD) Removing output files of \"$(TARGET)\"
|
||||||
rm -f $(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym $(TARGET).a
|
rm -f $(TARGET).elf $(TARGET).hex $(TARGET).bin $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym $(TARGET).a
|
||||||
|
|
||||||
# Performs a complete build of the user application and prints size information afterwards
|
# Performs a complete build of the user application and prints size information afterwards
|
||||||
all: build_begin elf hex bin lss sym size build_end
|
all: build_begin elf hex bin lss sym size build_end
|
||||||
|
Loading…
Reference in New Issue
Block a user