annotate Makefile @ 2:288d801a47ff

Use nicer build framework.
author darius
date Sun, 11 Jul 2004 22:06:14 +0930
parents ffeab3c04e83
children ee3c9a16099e
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
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
4 CFLAGS=-Os -g
0
ffeab3c04e83 Initial revision
darius
parents:
diff changeset
5
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
6 .include "Makefile.avr"