mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
mv echo line to better place in Makefile
This commit is contained in:
parent
d9e869cfb3
commit
20404c85a0
@ -10,8 +10,8 @@ prepare:
|
|||||||
@echo "Creating third_party directory..."
|
@echo "Creating third_party directory..."
|
||||||
@mkdir -p ../third_party
|
@mkdir -p ../third_party
|
||||||
|
|
||||||
@echo "Cloning nim-sds repository..."
|
|
||||||
@if [ ! -d "../third_party/nim-sds" ]; then \
|
@if [ ! -d "../third_party/nim-sds" ]; then \
|
||||||
|
@echo "Cloning nim-sds repository..."
|
||||||
cd ../third_party/ && \
|
cd ../third_party/ && \
|
||||||
git clone https://github.com/waku-org/nim-sds && \
|
git clone https://github.com/waku-org/nim-sds && \
|
||||||
cd nim-sds && \
|
cd nim-sds && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user