소스 검색

correcting the makefile

gcmalloc 13 년 전
부모
커밋
5a33b73309
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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