changeset 3:ee3c9a16099e

- Specify the part number. - Build with -Wall
author darius
date Mon, 12 Jul 2004 15:39:27 +0930
parents 288d801a47ff
children 81e2f85e02ce
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jul 11 22:06:14 2004 +0930
+++ b/Makefile	Mon Jul 12 15:39:27 2004 +0930
@@ -1,6 +1,7 @@
 PROG=testavr
 SRCS=1wire.c testavr.c
 
-CFLAGS=-Os -g
+PART=8515
+CFLAGS=-Os -g -Wall
 
 .include "Makefile.avr"