From 5741f8675ca793b1503c1d56aedb47fd6f74ed77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Mon, 10 Mar 2025 15:08:57 +0100 Subject: [PATCH] revert the folder creation --- waku/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/waku/Makefile b/waku/Makefile index cdc8d4d..b3b3ebc 100644 --- a/waku/Makefile +++ b/waku/Makefile @@ -12,6 +12,9 @@ all: build # Prepare third_party directory and clone nwaku prepare: + @echo "Creating third_party directory..." + @mkdir -p $(THIRD_PARTY_DIR) + @echo "Cloning nwaku repository..." @if [ ! -d "$(NWAKU_DIR)" ]; then \ cd $(THIRD_PARTY_DIR) && \