diff --git a/worker/Makefile b/worker/Makefile index 2ebe5d746a..2bc6fb82d7 100644 --- a/worker/Makefile +++ b/worker/Makefile @@ -190,7 +190,9 @@ clean-pip: clean-subprojects: meson-ninja $(MESON) subprojects purge --include-cache --confirm -clean-all: clean-subprojects +# Clean subprojects (ignore if it fails) and delete out dir. +clean-all: + -$(MESON) subprojects purge --include-cache --confirm $(RM) -rf $(MEDIASOUP_OUT_DIR) # Update the wrap file of a subproject. Usage example: