Just some useful scripts
[tpg/acess2.git] / CleanAllArch
diff --git a/CleanAllArch b/CleanAllArch
new file mode 100755 (executable)
index 0000000..5ccf811
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+for a in i386 i486 i586 x86_64 arm host; do echo $a; ARCH=$a make clean; done

UCC git Repository :: git.ucc.asn.au