mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-22 02:15:12 +00:00
adding clean rule in the makefile
This commit is contained in:
parent
efe8902f0b
commit
434d60cd95
1 changed files with 4 additions and 1 deletions
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…
Reference in a new issue