aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2010-10-05 01:36:54 +0200
committerMike Pall <mike>2010-10-05 01:36:54 +0200
commitddae8878786a310f2e6cbe2a1d602a17ea28bb11 (patch)
tree3ffe5c7790acbacdcdae748984960418b358fcc1 /src/Makefile
parente396bef7d8a346c6ea54191d658209ee90047276 (diff)
downloadluajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.gz
luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.bz2
luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.zip
Update docs for PPC port. Clarify and extend install instructions.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 596c73d0..4e18d796 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,8 @@
1############################################################################## 1##############################################################################
2# LuaJIT Makefile. Requires GNU Make. 2# LuaJIT Makefile. Requires GNU Make.
3# 3#
4# Please read doc/install.html before changing any variables!
5#
4# Suitable for POSIX platforms (Linux, *BSD, OSX etc.). 6# Suitable for POSIX platforms (Linux, *BSD, OSX etc.).
5# Also works with MinGW and Cygwin on Windows. 7# Also works with MinGW and Cygwin on Windows.
6# Please check msvcbuild.bat for building with MSVC on Windows. 8# Please check msvcbuild.bat for building with MSVC on Windows.