Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Feb 17, 2024
1 parent 80cb26a commit 3d47a70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ CODE_FILES_CMD := for f in $(CODE_FOLDERS) ; do echo "$$f" | sed 's,$$,/*.py,' ;
CODE_FILES != $(CODE_FILES_CMD)
CODE_FILES ?= $(shell $(CODE_FILES_CMD))
yt-dlp: $(CODE_FILES)
find yt_dlp -type f -name '__init__.py' -exec dirname {} \+
echo 'code_folders: $(CODE_FOLDERS)'
echo 'code_files: $(CODE_FILES)'
mkdir -p zip
for d in $(CODE_FOLDERS) ; do \
mkdir -p zip/$$d ;\
Expand Down

0 comments on commit 3d47a70

Please sign in to comment.