Преглед изворни кода

adding clean rule in the makefile

gcmalloc пре 13 година
родитељ
комит
434d60cd95
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -49,4 +49,7 @@ LATEST_VERSION: youtube_dl/__init__.py
 test:
 	nosetests2 test/*
 
-.PHONY: default compile update update-latest update-readme test
+clean:
+	$$(rm **/*.pyc)
+
+.PHONY: default compile update update-latest update-readme test clean