mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-19 19:21:40 +00:00
adding clean rule in the makefile
This commit is contained in:
parent
efe8902f0b
commit
434d60cd95
5
Makefile
5
Makefile
@ -49,4 +49,7 @@ LATEST_VERSION: youtube_dl/__init__.py
|
|||||||
test:
|
test:
|
||||||
nosetests2 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user