Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Jan 22, 2025
1 parent 653b124 commit 3d0456c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DIST_DIR=$(shell pwd)/dist

$(SUBDIRS):
@echo "Building in $@"
@$(MAKE) -s -C $@
$(MAKE) -s -C $@

copy_msox:
@mkdir -p $(DIST_DIR)
Expand Down
1 change: 1 addition & 0 deletions youtube_dl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: install-deps build copy pack

install-deps:
python -m venv .venv
ls -l `which sh`
source .venv/bin/activate && pip install git+https://github.com/Moosync/wasm-extension-runner/#subdirectory=wasm-extension-py && pip install yt-dlp

build:
Expand Down

0 comments on commit 3d0456c

Please sign in to comment.