summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/scripts/make.joal.all.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.sh b/make/scripts/make.joal.all.sh
new file mode 100755
index 0000000..a6b3a1e
--- /dev/null
+++ b/make/scripts/make.joal.all.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+$SDIR/make.joal.all.linux-armv6-cross.sh \
+&& $SDIR/make.joal.all.linux-armv6hf-cross.sh \
+&& $SDIR/make.joal.all.linux-x86_64.sh \
+&& $SDIR/make.joal.all.linux-x86.sh \
+&& $SDIR/make.joal.all.android-armv6-cross.sh \