diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-01-29 17:40:50 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-01-29 17:40:50 +0100 |
commit | 3dc924cac5f687ca03d187d0c4ed7d088834ffc3 (patch) | |
tree | 93d58dc74bb3f449d75f3c98c3f1d67ffbf3f723 /Makefile | |
parent | d92b6e7c6586581aa2a12f9f4a591e154c8d2470 (diff) | |
download | lanes-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ TIME=time | |||
24 | ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" | 24 | ifeq "$(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 |