From 14a4c35569e54685c9b9890859d751813b90a836 Mon Sep 17 00:00:00 2001 From: Bluebie Date: Fri, 5 Oct 2012 20:13:29 +1000 Subject: fix makefile to clean some uncleanly files --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/Makefile b/firmware/Makefile index d1e42c2..72c034b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -189,7 +189,7 @@ read_fuses: $(UISP) --rd_fuses clean: - rm -f main.hex main.bin *.o usbdrv/*.o main.s usbdrv/oddebug.s usbdrv/usbdrv.s libs-device/osccal.o + rm -f main.hex main.bin main.c.lst main.map *.o usbdrv/*.o main.s usbdrv/oddebug.s usbdrv/usbdrv.s libs-device/osccal.o # file targets: main.bin: $(OBJECTS) -- cgit v1.2.3