whoops, had to wrap these.
[feisty_meow.git] / examples / custom_overrides / fred / build_cak0l.sh
index e55690dbc3135922ab85f1a22c0824ceec55eba8..37b2538842b5cc790e8a4eab4e0eb9dd30218a12 100644 (file)
@@ -1,5 +1,18 @@
 #!/bin/bash
-pushd ~/xsede/code/cak0l/trunk
-ant -Dbuild.targetArch=64 build
-popd
+
+function rebuild_cak0l()
+{
+  pushd ~/xsede/code/cak0l/trunk
+  ant clean
+  ant -Dbuild.targetArch=64 build
+  popd
+}
+
+function build_cak0l()
+{
+  pushd ~/xsede/code/cak0l/trunk
+  ant -Dbuild.targetArch=64 build
+  popd
+}
+