reverting change

This commit is contained in:
Gabriel mermelstein 2025-03-04 17:29:49 +02:00
parent cf09ebb653
commit b8537ccecb
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -14,7 +14,7 @@ all: build
prepare:
@echo "Creating third_party directory..."
@mkdir -p $(THIRD_PARTY_DIR)
@echo "Cloning nwaku repository..."
@if [ ! -d "$(NWAKU_DIR)" ]; then \
cd $(THIRD_PARTY_DIR) && \