]> git.lizzy.rs Git - metalua.git/blobdiff - Makefile
Merge branch 'master' of ssh://git.eclipse.org/gitroot/koneki/org.eclipse.koneki...
[metalua.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 94a163a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Bootstrapped makefiles are a PITA to get right, so metalua is simply generated by
-# a shell script (also available for windows).
-#
-# To customize installation directories, edit metalua/src/make.{sh,bat}
-#  - on windows, change DISTRIB_LIB and DISTRIB_BIN
-#  - on unix, change INSTALL_LIB and INSTALL_BIN
-#
-# DISTRIB_LIB / INSTALL_LIB can point to an existing Lua library structure, and shouldn't
-# mess it up.
-
-
-
-# Compile everything in a staging area, by default /tmp/metalua-build.
-
-all:
-       cd src && ./make.sh
-
-
-
-# src/make-install.sh is generated by src/make.sh, so "make install" won't work unless
-# you called "make" first.
-
-install:
-       cd src && ./make-install.sh
\ No newline at end of file