adding clean rule in the makefile

pull/8/head
gcmalloc 2012-09-28 17:57:21 +02:00
rodzic efe8902f0b
commit 434d60cd95
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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