From e49a9d4d24fb151d0f0499a22ffc1d51662f0181 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 19:59:13 +1000 Subject: Add extantz into the build and test framework. --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') 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 _______________" cd $wd/LuaSL ./build.sh +echo "_______________ BUILDING extantz _______________" +cd $wd/ClientHamr/extantz +./build.sh + -- cgit v1.1