Just some useful scripts
[tpg/acess2.git] / CleanAllArch
1 #!/bin/sh
2 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