From 20404c85a0b52a014a0900b0c8b81919291f6947 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 15 Oct 2025 19:12:05 +0200 Subject: [PATCH] mv echo line to better place in Makefile --- sds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/Makefile b/sds/Makefile index 99fa234..4459480 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -10,8 +10,8 @@ prepare: @echo "Creating third_party directory..." @mkdir -p ../third_party - @echo "Cloning nim-sds repository..." @if [ ! -d "../third_party/nim-sds" ]; then \ + @echo "Cloning nim-sds repository..." cd ../third_party/ && \ git clone https://github.com/waku-org/nim-sds && \ cd nim-sds && \