annotate Makefile @ 3:ee3c9a16099e

- Specify the part number. - Build with -Wall
author darius
date Mon, 12 Jul 2004 15:39:27 +0930
parents 288d801a47ff
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"