diff -r 3510b50c6694 -r 822094314703 Makefile --- a/Makefile Wed Nov 09 16:07:25 2011 -0800 +++ b/Makefile Fri May 04 08:33:21 2012 -0700 @@ -7,7 +7,7 @@ DEPS_DEBUG = libprofiler CFLAGS = -O2 CFLAGS_DEBUG = -DDEBUG -DPROG='"volta (debugmode)"' -ggdb -ansi -Wall -LIBS = -lcdb +LIBS = -lcdb -llua -lm OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) .PHONY : parsegraph profile clean clobber release