diff Makefile.avr @ 6:0da70b744078

Clean the right files.
author darius
date Mon, 12 Jul 2004 15:43:31 +0930
parents 288d801a47ff
children a9d493261c6c
line wrap: on
line diff
--- a/Makefile.avr	Mon Jul 12 15:41:41 2004 +0930
+++ b/Makefile.avr	Mon Jul 12 15:43:31 2004 +0930
@@ -41,7 +41,7 @@
 	${OBJDUMP} -S ${.IMPSRC} > ${.PREFIX}.dmp
 
 clean:
-	${RM} ${PROG}.s19 ${PROG}.out ${PROG}.elf ${PROG}.map ${OBJS} ${OBJS:S/.o/.lst/} ${PROG}.dmp
+	${RM} ${PROG}.hex ${PROG}.out ${PROG}.elf ${PROG}.map ${OBJS} ${OBJS:S/.o/.lst/} ${PROG}.dmp
 
 prog: all
 	${PROGRAMMER} -U flash:w:${PROG}.hex ${PROGOPTS}