From 3d0456c4fb3c9e1e4a80dba63ff60fc11752529a Mon Sep 17 00:00:00 2001 From: Sahil Gupte Date: Wed, 22 Jan 2025 18:32:11 -0500 Subject: [PATCH] Add logging --- Makefile | 2 +- youtube_dl/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 639ca9e..a5880c4 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/youtube_dl/Makefile b/youtube_dl/Makefile index eebd68e..dc6871f 100644 --- a/youtube_dl/Makefile +++ b/youtube_dl/Makefile @@ -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: