diff --git a/clean.do b/clean.do index 23e993b..7753332 100644 --- a/clean.do +++ b/clean.do @@ -7,4 +7,4 @@ fi redo t/clean Documentation/clean rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper rm -rf t/.redo -find -name '*.tmp' -exec rm -fv {} \; +find . -name '*.tmp' -exec rm -fv {} \;