aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d68056c..3f1ec69 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-g3 -Wall
SOURCES=$(wildcard *.c)
OBJECTS=$(SOURCES:.c=.o)
-LDFLAGS=-lrt -lm -lsqlite3
+LDFLAGS=-lrt -lm -lsqlite3 -llua
INCLUDE=-I./extlibs/ -I./
all: createcmd createextlib $(OBJECTS) $(PROJECT)