Переглянути джерело

removing extended globbing for the find utility

gcmalloc 13 роки тому
батько
коміт
729baf58b2
1 змінених файлів з 1 додано та 1 видалено
  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