aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4a78cc..35870a7 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,8 @@ TIME=time
24ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" 24ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32"
25 # MinGW MSYS on XP 25 # MinGW MSYS on XP
26 # 26 #
27 LUA=lua 27 LUA=lua.exe
28 LUAC=luac 28 LUAC=luac.exe
29 _SO=.dll 29 _SO=.dll
30 _TARGET_SO=./lua51-lanes.dll 30 _TARGET_SO=./lua51-lanes.dll
31 TIME=timeit.exe 31 TIME=timeit.exe