# echo " smp Add SMP=2 to the envivonment to speed wxGTK build"
}
-if [ $# -lt 2 ]; then
+if [ $# -lt 1 ]; then
usage
exit 1
fi
rm locale/*.mo
cleanup ".#*"
cleanup "*~"
+ cleanup "*.orig"
+ cleanup "*.rej"
cleanup "*.pyc"
cleanup core
cleanup "core.[0-9]*"