diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
37 | endif | 37 | endif |
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 | #--- |
42 | all: $(_TARGET_SO) | 42 | all: $(_TARGET_SO) |