aboutsummaryrefslogtreecommitdiff
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 23bec03..3f1f0e1 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ else
36 LUAC=$(word 1,$(shell which luac5.1) $(shell which luac51) luac) 36 LUAC=$(word 1,$(shell which luac5.1) $(shell which luac51) luac)
37endif 37endif
38 38
39_PREFIX=LUA_CPATH=./src/?$(_SO) LUA_PATH="src/?.lua;./tests/?.lua" 39_PREFIX=LUA_CPATH="./src/?$(_SO)" LUA_PATH="./src/?.lua;./tests/?.lua"
40 40
41#--- 41#---
42all: $(_TARGET_SO) 42all: $(_TARGET_SO)