aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cf786d5..7728865d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,14 @@
1############################################################################## 1##############################################################################
2# LuaJIT top level Makefile for installation. Requires GNU Make. 2# LuaJIT top level Makefile for installation. 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# Note: src/Makefile has many more configurable options. 7# Note: src/Makefile has many more configurable options.
6# 8#
7# ##### This Makefile is NOT useful for installation on Windows! ##### 9# ##### This Makefile is NOT useful for Windows! #####
8# For MSVC, please follow the instructions given in src/msvcbuild.bat. 10# For MSVC, please follow the instructions given in src/msvcbuild.bat.
9# For MinGW and Cygwin, cd to src and run make with the Makefile there. 11# For MinGW and Cygwin, cd to src and run make with the Makefile there.
10# NYI: add wininstall.bat
11# 12#
12# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h 13# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
13############################################################################## 14##############################################################################
@@ -22,8 +23,8 @@ NODOTABIVER= 51
22 23
23############################################################################## 24##############################################################################
24# 25#
25# Change the installation path as needed and modify src/luaconf.h accordingly. 26# Change the installation path as needed. This automatically adjusts
26# Note: PREFIX must be an absolute path! 27# the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path!
27# 28#
28export PREFIX= /usr/local 29export PREFIX= /usr/local
29############################################################################## 30##############################################################################