summaryrefslogtreecommitdiff
path: root/domake
diff options
context:
space:
mode:
Diffstat (limited to 'domake')
-rwxr-xr-xdomake6
1 files changed, 5 insertions, 1 deletions
diff --git a/domake b/domake
index 3acff092..56d58250 100755
--- a/domake
+++ b/domake
@@ -1,6 +1,10 @@
#!/bin/sh
+# makefile for lua hierarchy
LUA=`pwd`
export LUA
-make $*
+cd $LUA/src; make $*
+cd $LUA/include; make $*
+cd $LUA/clients/lib; make $*
+cd $LUA/clients/lua; make $*