summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@