mv echo line to better place in Makefile

This commit is contained in:
Ivan Folgueira Bande 2025-10-15 19:12:05 +02:00
parent d9e869cfb3
commit 20404c85a0
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -10,8 +10,8 @@ prepare:
@echo "Creating third_party directory..." @echo "Creating third_party directory..."
@mkdir -p ../third_party @mkdir -p ../third_party
@echo "Cloning nim-sds repository..."
@if [ ! -d "../third_party/nim-sds" ]; then \ @if [ ! -d "../third_party/nim-sds" ]; then \
@echo "Cloning nim-sds repository..."
cd ../third_party/ && \ cd ../third_party/ && \
git clone https://github.com/waku-org/nim-sds && \ git clone https://github.com/waku-org/nim-sds && \
cd nim-sds && \ cd nim-sds && \