From 8eef70bd673b6135fb74b29611a2a0afe0b62dc0 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Wed, 16 Apr 2025 13:02:00 +0300 Subject: [PATCH] including make update to the makefile --- sds/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sds/Makefile b/sds/Makefile index 8976491..d03d7ec 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -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