mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-05-16 06:39:57 +00:00
chore: improving makefile
This commit is contained in:
parent
4736680e65
commit
95c7500361
@ -14,11 +14,12 @@ 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) && \
|
||||
git clone $(NWAKU_REPO); \
|
||||
git clone $(NWAKU_REPO) && \
|
||||
cd $(NWAKU_DIR) && \
|
||||
make update; \
|
||||
else \
|
||||
echo "nwaku repository already exists."; \
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user