chore: running nwaku make update automatically (#45)

This commit is contained in:
gabrielmer 2025-03-04 17:36:48 +02:00 committed by GitHub
parent 4736680e65
commit a0a3e95203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,9 @@ prepare:
@echo "Cloning nwaku repository..."
@if [ ! -d "$(NWAKU_DIR)" ]; then \
cd $(THIRD_PARTY_DIR) && \
git clone $(NWAKU_REPO); \
git clone $(NWAKU_REPO) && \
cd $(NWAKU_DIR) && \
make update; \
else \
echo "nwaku repository already exists."; \
fi