Explorar el Código

removing extended globbing for the find utility

gcmalloc hace 13 años
padre
commit
729baf58b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -50,6 +50,6 @@ test:
 	nosetests2 test/*
 	nosetests2 test/*
 
 
 clean:
 clean:
-	rm **/*.pyc
+	find -name "*.pyc" -delete
 
 
 .PHONY: default compile update update-latest update-readme test clean
 .PHONY: default compile update update-latest update-readme test clean