diff options
| author | Lua Team <team@lua.org> | 1996-05-14 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 1996-05-14 12:00:00 +0000 |
| commit | 721542976ebc89f2f8d17d19be7e4426570b69be (patch) | |
| tree | 0c79a45c63aa89d6e4b8ac80931e46d74a72f8cb /domake | |
| parent | 71754d2f6423fb9b6e87658e58bafc5470d53f65 (diff) | |
| download | lua-github-2.4.tar.gz | |
Lua 2.42.4
Diffstat (limited to 'domake')
| -rwxr-xr-x | domake | 11 |
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 $* |
