diff options
Diffstat (limited to 'domake')
| -rwxr-xr-x | domake | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 $* |
