skeleton updates

This commit is contained in:
Michael Moon 2010-01-15 14:40:32 +11:00
parent fdd08cbc3a
commit 7d644b934c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ program: $(PROGRAM).hex
stty -hup -echo < $(PROGPORT)
clean:
rm -rf *.o *.elf *.lst *.map *.sym *.lss *.eep *.srec *.bin *.hex *.al
rm -rf *.o *.elf *.lst *.map *.sym *.lss *.eep *.srec *.bin *.hex *.al *.i *.s *~
%.o: %.c
$(CC) -c $(CFLAGS) -Wa,-adhlns=$(<:.c=.al) -o $@ $^