瀏覽代碼

correcting the makefile

gcmalloc 13 年之前
父節點
當前提交
5a33b73309
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -50,6 +50,6 @@ test:
 	nosetests2 test/*
 	nosetests2 test/*
 
 
 clean:
 clean:
-	$$(rm **/*.pyc)
+	rm **/*.pyc
 
 
 .PHONY: default compile update update-latest update-readme test clean
 .PHONY: default compile update update-latest update-readme test clean