]> git.lizzy.rs Git - metalua.git/blob - Makefile
Enable `Dots nodes to be processed as identifiers
[metalua.git] / Makefile
1 # Bootstrapped makefiles are a PITA to get right, so metalua is simply generated by
2 # a shell script (also available for windows).
3 #
4 # To customize installation directories, edit metalua/src/make.{sh,bat}
5 #  - on windows, change DISTRIB_LIB and DISTRIB_BIN
6 #  - on unix, change INSTALL_LIB and INSTALL_BIN
7 #
8 # DISTRIB_LIB / INSTALL_LIB can point to an existing Lua library structure, and shouldn't
9 # mess it up.
10
11
12
13 # Compile everything in a staging area, by default /tmp/metalua-build.
14
15 all:
16         cd src && ./make.sh
17
18
19
20 # src/make-install.sh is generated by src/make.sh, so "make install" won't work unless
21 # you called "make" first.
22
23 install:
24         cd src && ./make-install.sh