changeset 6:0da70b744078

Clean the right files.
author darius
date Mon, 12 Jul 2004 15:43:31 +0930
parents 4fe81c3b1f4d
children a940431af6f5
files Makefile.avr
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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}