浏览代码

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/*
 
 clean:
-	rm **/*.pyc
+	find -name "*.pyc" -delete
 
 .PHONY: default compile update update-latest update-readme test clean