diff --git a/Makefile b/Makefile index 07a05af..5924cd0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LIBSDIR =-L/usr/local/lib -L/usr/lib # basic setup CC =gcc -LIBS =$(LIBSDIR) -lm -lmemcached +LIBS =$(LIBSDIR) -lm -lmemcached -llua OPTS =-O3 -Wall LIBOPT =-c SHARE =-shared @@ -34,4 +34,4 @@ clean: \rm -f *.o *.dll *.so debug: CC += -DDEBUG -debug: all \ No newline at end of file +debug: all