summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1997-07-01 12:00:00 +0000
committerrepogen <>1997-07-01 12:00:00 +0000
commit4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch)
tree5671acf8a2cacf0c0524ce96d22959590a3aa5af /Makefile
parent47a298a24ad3a8202440051de5938618502302a0 (diff)
downloadlua-github-3.0.tar.gz
Lua 3.03.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 60153269..c1c09f5f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,4 @@ all co clean klean:
cd src; make $@
cd src/luac; make $@
cd clients/lib; make $@
- cd clients/lib/old; make $@
cd clients/lua; make $@
-
-old:
- cd clients/lib/old; make $@