remove .bin and .hex too
This commit is contained in:
parent
fb376914a4
commit
981b890306
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ crc.o: crc.h
|
|||||||
ledcontroller.o: ledcontroller.h
|
ledcontroller.o: ledcontroller.h
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.o $(PRG).elf *.eps *.png *.pdf *.bak
|
rm -rf *.o $(PRG).elf $(PRG).bin $(PRG).hex *.eps *.png *.pdf *.bak
|
||||||
rm -rf *.lst *.map $(EXTRA_CLEAN_FILES)
|
rm -rf *.lst *.map $(EXTRA_CLEAN_FILES)
|
||||||
|
|
||||||
hex: $(PRG).hex
|
hex: $(PRG).hex
|
||||||
|
Loading…
Reference in New Issue
Block a user