From f5b9254716b3c0f52c88eded6058c48bd2ad3ca2 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 14 May 2015 08:55:11 +0800 Subject: correct typoes in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fd8873..e638b96 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .PHONY: all clean luajit OBJS := oop_example.o nerv.o luaT.o LIBS := libnerv.so -INCLUDE := -I build/luaJIT/include/luajit-2.0/ -DLUA_USE_APICHECK -#LDFLAGS := -L luajit-2.0/build/lib/ -llua -lm +INCLUDE := -I build/luajit-2.0/include/luajit-2.0/ -DLUA_USE_APICHECK +LDFLAGS := -L luajit-2.0/build/lib/ -llua -lm OBJ_DIR := build/objs OBJS := $(addprefix $(OBJ_DIR)/,$(OBJS)) LIBS := $(addprefix $(OBJ_DIR)/,$(LIBS)) -- cgit v1.2.3