mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
correcting the makefile
This commit is contained in:
parent
0b4e98490b
commit
5a33b73309
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,6 +50,6 @@ test:
|
||||||
nosetests2 test/*
|
nosetests2 test/*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$$(rm **/*.pyc)
|
rm **/*.pyc
|
||||||
|
|
||||||
.PHONY: default compile update update-latest update-readme test clean
|
.PHONY: default compile update update-latest update-readme test clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue