aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 4231ada..28c03f7 100755
--- a/build.sh
+++ b/build.sh
@@ -31,6 +31,10 @@ echo "_______________ BUILDING LuaSL _______________"
31cd $wd/LuaSL 31cd $wd/LuaSL
32./build.sh 32./build.sh
33 33
34echo "_______________ BUILDING GuiLua _______________"
35cd $wd/ClientHamr/GuiLua
36./build.sh
37
34echo "_______________ BUILDING extantz _______________" 38echo "_______________ BUILDING extantz _______________"
35cd $wd/ClientHamr/extantz 39cd $wd/ClientHamr/extantz
36./build.sh 40./build.sh