revert the folder creation

This commit is contained in:
Václav Pavlín 2025-03-10 15:08:57 +01:00
parent 9de6325fa7
commit 5741f8675c
No known key found for this signature in database
GPG Key ID: B378FB31BB6D89A5

View File

@ -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) && \