Przeglądaj źródła

correcting the makefile

gcmalloc 13 lat temu
rodzic
commit
5a33b73309
1 zmienionych plików z 1 dodań i 1 usunięć
  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