kopia lustrzana https://github.com/yt-dlp/yt-dlp
removing extended globbing for the find utility
rodzic
4c9afeca34
commit
729baf58b2
2
Makefile
2
Makefile
|
@ -50,6 +50,6 @@ test:
|
||||||
nosetests2 test/*
|
nosetests2 test/*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm **/*.pyc
|
find -name "*.pyc" -delete
|
||||||
|
|
||||||
.PHONY: default compile update update-latest update-readme test clean
|
.PHONY: default compile update update-latest update-readme test clean
|
||||||
|
|
Ładowanie…
Reference in New Issue