summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1996-11-19 12:00:00 +0000
committerrepogen <>1996-11-19 12:00:00 +0000
commit47a298a24ad3a8202440051de5938618502302a0 (patch)
tree9be43568f1e90c9219d5e3860b58c8ac1db5f062 /Makefile
parent721542976ebc89f2f8d17d19be7e4426570b69be (diff)
downloadlua-github-2.5.tar.gz
Lua 2.52.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e5ac6e9..60153269 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
# makefile for lua hierarchy
all co clean klean:
+ cd include; make $@
cd src; make $@
cd src/luac; make $@
- cd include; make $@
cd clients/lib; make $@
+ cd clients/lib/old; make $@
cd clients/lua; make $@
+
+old:
+ cd clients/lib/old; make $@