# HG changeset patch # User darius # Date 1089612811 -34200 # Node ID 0da70b744078481158e63b0b3b968ac36b4f3c5e # Parent 4fe81c3b1f4d6e5fe973902b44afc3b9abd73e76 Clean the right files. diff -r 4fe81c3b1f4d -r 0da70b744078 Makefile.avr --- 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}