including make update to the makefile

This commit is contained in:
Gabriel mermelstein 2025-04-16 13:02:00 +03:00
parent 53419ac819
commit 8eef70bd67
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -22,6 +22,7 @@ prepare:
git clone $(NIM_SDS_REPO) && \
cd $(NIM_SDS_DIR) && \
git checkout gabrielmer-feat-init-implementation; \
make update; \
else \
echo "nim-sds repository already exists."; \
fi