diff --git a/make b/make new file mode 100755 index 0000000..a0ce23d --- /dev/null +++ b/make @@ -0,0 +1,14 @@ +if [ -z "$1" ]; then echo "Must supply version"; exit 0; fi + +pushd james/apache-james-mailbox-memory +./build +popd + +pushd james/james-trunk/protocols-smtp/ +./build +popd + +pushd build +./make $1 +popd +