aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2011-01-29 17:40:50 +0100
committerBenoit Germain <bnt.germain@gmail.com>2011-01-29 17:40:50 +0100
commit3dc924cac5f687ca03d187d0c4ed7d088834ffc3 (patch)
tree93d58dc74bb3f449d75f3c98c3f1d67ffbf3f723 /Makefile
parentd92b6e7c6586581aa2a12f9f4a591e154c8d2470 (diff)
downloadlanes-3dc924cac5f687ca03d187d0c4ed7d088834ffc3.tar.gz
lanes-3dc924cac5f687ca03d187d0c4ed7d088834ffc3.tar.bz2
lanes-3dc924cac5f687ca03d187d0c4ed7d088834ffc3.zip
Updated CHANGESv2.0.11
Fixed makefile so that make finds lua.exe Updated contact information in documentation
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