Pārlūkot izejas kodu

correcting the makefile

gcmalloc 13 gadi atpakaļ
vecāks
revīzija
5a33b73309
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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