--- Makefile.orig 2008-08-28 21:37:00 UTC +++ Makefile @@ -11,8 +11,8 @@ VERSION = 3.6.0 -CC = gcc -CFLAGS = -I./src -I./userial -O2 -Wall # -g +CC? = gcc +CFLAGS += -I./src -I./userial OBJS = src/digitemp.o src/device_name.o src/ds2438.o HDRS = src/digitemp.h src/device_name.h