Add Copyright / License information + Documentation
[rarslave2.git] / Makefile
index 7fd2ad2..74487a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all:
        @echo "Use another target, this has no meaning"
 
 clean:
-       rm -f *.pyc
+       find -name '*.pyc' -exec rm -f '{}' \;
        rm -rf extract_dir
 
 test: