]> jfr.im git - yt-dlp.git/blobdiff - Makefile
Fix bug in 170605840ea9d5ad75da6576485ea7d125b428ee
[yt-dlp.git] / Makefile
index ca7d641ab832bf37d971e177ca472ea40d6bfa5a..d5d47629b95280c9fb569c71f006f4613fd3015d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ offlinetest: codetest
        $(PYTHON) -m pytest -k "not download"
 
 # XXX: This is hard to maintain
-CODE_FOLDERS = yt_dlp yt_dlp/downloader yt_dlp/extractor yt_dlp/postprocessor yt_dlp/compat
+CODE_FOLDERS = yt_dlp yt_dlp/downloader yt_dlp/extractor yt_dlp/postprocessor yt_dlp/compat yt_dlp/dependencies
 yt-dlp: yt_dlp/*.py yt_dlp/*/*.py
        mkdir -p zip
        for d in $(CODE_FOLDERS) ; do \