removing extended globbing for the find utility
authorgcmalloc <gcmalloc@gmail.com>
Fri, 5 Oct 2012 13:52:40 +0000 (15:52 +0200)
committergcmalloc <gcmalloc@gmail.com>
Fri, 12 Oct 2012 18:25:22 +0000 (20:25 +0200)
Makefile

index 9f8dc6d938405ccd228b77074130219cb2b32347..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