remove .bin and .hex too

This commit is contained in:
daniel steuer 2014-03-13 20:34:54 +01:00
parent fb376914a4
commit 981b890306

View File

@ -36,7 +36,7 @@ crc.o: crc.h
ledcontroller.o: ledcontroller.h
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)
hex: $(PRG).hex