From 2765cd53980b054c97b8e25b188b4c6ce8f77f96 Mon Sep 17 00:00:00 2001 From: James Darpinian Date: Fri, 7 Jun 2024 08:28:01 -0700 Subject: [PATCH] Get rid of "Nothing to be done for _.zip" message --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eeee0f3a..1531901e 100644 --- a/Makefile +++ b/Makefile @@ -1625,6 +1625,7 @@ ifneq ($(PLATFORM),darwin) @(cd $(B) && zip -r9 ../../$@ $(NAKED_TARGETS) $(NAKED_EMSCRIPTENOBJ)) endif endif + @: makedirs: @$(MKDIR) $(B)/autoupdater