aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 19:59:13 +1000
committerDavid Walter Seikel2013-01-13 19:59:13 +1000
commite49a9d4d24fb151d0f0499a22ffc1d51662f0181 (patch)
treeb0718a4f3a81333f4a7f6d83cb34511558004ce6 /build.sh
parentFixed some of the bit rot in LuaSL, it compiles now, but not working still. (diff)
downloadSledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.zip
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.gz
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.bz2
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.xz
Add extantz into the build and test framework.
Diffstat (limited to '')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 731713a..ff1c714 100755
--- a/build.sh
+++ b/build.sh
@@ -71,4 +71,8 @@ echo "_______________ BUILDING LuaSL _______________"
71cd $wd/LuaSL 71cd $wd/LuaSL
72./build.sh 72./build.sh
73 73
74echo "_______________ BUILDING extantz _______________"
75cd $wd/ClientHamr/extantz
76./build.sh
77
74 78