annotate Makefile @ 6:0da70b744078

Clean the right files.
author darius
date Mon, 12 Jul 2004 15:43:31 +0930
parents ee3c9a16099e
children 7ed10c59ba06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
1 PROG=testavr
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
2 SRCS=1wire.c testavr.c
0
ffeab3c04e83 Initial revision
darius
parents:
diff changeset
3
3
ee3c9a16099e - Specify the part number.
darius
parents: 2
diff changeset
4 PART=8515
ee3c9a16099e - Specify the part number.
darius
parents: 2
diff changeset
5 CFLAGS=-Os -g -Wall
0
ffeab3c04e83 Initial revision
darius
parents:
diff changeset
6
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
7 .include "Makefile.avr"