aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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.