summaryrefslogtreecommitdiff
path: root/domake
diff options
context:
space:
mode:
Diffstat (limited to 'domake')
-rwxr-xr-xdomake5
1 files changed, 3 insertions, 2 deletions
diff --git a/domake b/domake
index 56d58250..16bc8c36 100755
--- a/domake
+++ b/domake
@@ -1,8 +1,9 @@
-#!/bin/sh
+#!/bin/sh -x
# makefile for lua hierarchy
+VERSION=2.2
LUA=`pwd`
-export LUA
+export LUA VERSION
cd $LUA/src; make $*
cd $LUA/include; make $*