Mercurial > ~darius > hgwebdir.cgi > tempctrl
comparison Makefile @ 74:e3d1f56ba0c8
Missed makefile.. not sure how.
author | darius@Inchoate |
---|---|
date | Wed, 21 Jan 2009 18:01:40 +1030 |
parents | 50fca9562310 |
children |
comparison
equal
deleted
inserted
replaced
73:56165caf744b | 74:e3d1f56ba0c8 |
---|---|
1 # | 1 PROG= tempctrl |
2 # $Id$ | 2 SRCS= 1wire.c cons.c tempctrl.c main.c ds1307.c |
3 # | |
4 | |
5 PROG= testavr | |
6 SRCS= 1wire.c cons.c tempctrl.c testavr.c ds1307.c | |
7 .if defined(WITHUSB) | |
8 SRCS+= usb.c | |
9 CFLAGS+=-DWITHUSB | |
10 .endif | |
11 | 3 |
12 MCU= atmega32 | 4 MCU= atmega32 |
13 PART= m32 | 5 PART= m32 |
14 CFLAGS+=-O2 -Wall -gdwarf-2 | 6 CFLAGS+=-O2 -Wall -gdwarf-2 |
15 #CFLAGS+=-Wunreachable-code | 7 #CFLAGS+=-Wunreachable-code |