summaryrefslogtreecommitdiff
path: root/domake
diff options
context:
space:
mode:
Diffstat (limited to 'domake')
-rwxr-xr-xdomake11
1 files changed, 0 insertions, 11 deletions
diff --git a/domake b/domake
deleted file mode 100755
index 16bc8c36..00000000
--- a/domake
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -x
-# makefile for lua hierarchy
-
-VERSION=2.2
-LUA=`pwd`
-export LUA VERSION
-
-cd $LUA/src; make $*
-cd $LUA/include; make $*
-cd $LUA/clients/lib; make $*
-cd $LUA/clients/lua; make $*