Merge commit 'eb98f1f2915446ef05120482a2fc353c76330b50' into mmap_binary
[tpg/acess2.git] / CleanAllArch
1 #!/bin/sh
2 for a in i386 x86_64 arm7 host; do echo $a; ARCH=$a make clean; done

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