add git pull master in sds Makefile

This commit is contained in:
Ivan Folgueira Bande 2025-10-24 22:31:51 +02:00
parent d80dc61ae1
commit 4399ce6ad9
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -26,6 +26,7 @@ prepare:
@cd ../third_party/nim-sds && \ @cd ../third_party/nim-sds && \
git fetch origin && \ git fetch origin && \
git checkout master && \ git checkout master && \
git pull origin master && \
echo "Running 'make update'..." && \ echo "Running 'make update'..." && \
make update make update