diff --git a/build b/build --- a/build +++ b/build @@ -4,7 +4,7 @@ # rm -rf .moc .obj Makefile -find -name *~ -exec rm -f {} \; +find -name '*~' -exec rm -f {} \; rm -f *.o qmake-qt4 -project .ui