removing extended globbing for the find utility
[youtube-dl] / Makefile
index f52dd1dd654fc160e85755e87d45c7639a6c2002..e445315273b1baff0f88d2b1da6d78881ddc1863 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,6 @@ test:
        nosetests2 test/*
 
 clean:
-       $$(rm **/*.pyc)
+       find -name "*.pyc" -delete
 
 .PHONY: default compile update update-latest update-readme test clean