浏览代码

Makefile cleanup.

Taddeus Kroes 13 年之前
父节点
当前提交
8020a663eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,4 +12,4 @@ clean:
 	rm -rf $(BUILD)
 
 distclean: clean
-	rm -rf `find . -name \*.pyc`
+	rm -f `find -name \*.pyc`