view Makefile @ 11:ccc39c9f320b

Enable pretty LED command.
author darius
date Fri, 16 Jul 2004 23:39:58 +0930
parents 7ed10c59ba06
children a9d493261c6c
line wrap: on
line source

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

PART=8515
CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000

.include "Makefile.avr"