Преглед на файлове

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