From 5271b6a2d325a3ec591d76be1b9e5bb10391486f Mon Sep 17 00:00:00 2001 From: qiaofu Date: Mon, 7 May 2012 13:02:30 +0800 Subject: [PATCH] add build.sh --- tools/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/build.sh diff --git a/tools/build.sh b/tools/build.sh new file mode 100755 index 0000000..f503e73 --- /dev/null +++ b/tools/build.sh @@ -0,0 +1,3 @@ +#! /bin/bash +ant=./ant/bin/ant +ant build -lib ant/lib