summaryrefslogtreecommitdiff
path: root/domake
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 /domake
parent944fc7d7d95575f2b8023c1f3d4ac19e1369fc76 (diff)
downloadlua-github-a8b6ba0954edb9e0e669e1f451b9a8f145ce5166.tar.gz
Lua 2.12.1
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 $*