summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1995-02-07 12:00:00 +0000
committerrepogen <>1995-02-07 12:00:00 +0000
commita8b6ba0954edb9e0e669e1f451b9a8f145ce5166 (patch)
tree35e9e9999968c4f13a25a5f647203456f044274a /Makefile
parent944fc7d7d95575f2b8023c1f3d4ac19e1369fc76 (diff)
downloadlua-github-2.1.tar.gz
Lua 2.12.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 10640e0d..00000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# makefile for lua hierarchy
-
-all:
- (cd src; make)
- (cd clients/lib; make)
- (cd clients/lua; make)
-
-clean:
- (cd src; make clean)
- (cd clients/lib; make clean)
- (cd clients/lua; make clean)