view Makefile @ 21:e82d15fa9a1a

Re-format the code.
author darius
date Mon, 12 Dec 2005 23:01:00 +1030
parents 108a703c39e6
children 2b0ed085b95b
line wrap: on
line source

#
# $Id$
#

PROG=	testavr
SRCS=	1wire.c testavr.c

MCU=	at90s8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"