mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-21 23:13:11 +00:00
revert the folder creation
This commit is contained in:
parent
9de6325fa7
commit
5741f8675c
@ -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) && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user