comparison 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
comparison
equal deleted inserted replaced
2:288d801a47ff 3:ee3c9a16099e
1 PROG=testavr 1 PROG=testavr
2 SRCS=1wire.c testavr.c 2 SRCS=1wire.c testavr.c
3 3
4 CFLAGS=-Os -g 4 PART=8515
5 CFLAGS=-Os -g -Wall
5 6
6 .include "Makefile.avr" 7 .include "Makefile.avr"