mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 07:04:38 +00:00
removing extended globbing for the find utility
This commit is contained in:
parent
4c9afeca34
commit
729baf58b2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,6 +50,6 @@ test:
|
|||
nosetests2 test/*
|
||||
|
||||
clean:
|
||||
rm **/*.pyc
|
||||
find -name "*.pyc" -delete
|
||||
|
||||
.PHONY: default compile update update-latest update-readme test clean
|
||||
|
|
Loading…
Reference in a new issue