From 981b89030613f502ebcf38e1187fc4fc28dfddd4 Mon Sep 17 00:00:00 2001 From: daniel steuer Date: Thu, 13 Mar 2014 20:34:54 +0100 Subject: [PATCH] remove .bin and .hex too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 046ab1e..2f914a0 100644 --- a/Makefile +++ b/Makefile @@ -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