13,14c13,14 < CFLAGS = -I./src -I./userial -I/usr/local/mysql/include -O2 # -g -Wall < LIBS = -L/usr/local/mysql/lib -lmysqlclient -lm -lz --- > CFLAGS = -I./src -I./userial -O2 # -g -Wall > LIBS = -lm 21d20 < #OBJS = src/digitemp.o src/device_name.o