From da517642b6b2cc163ac8e967a7057cd60b0caffe Mon Sep 17 00:00:00 2001 From: liuyx Date: Fri, 21 Mar 2025 19:58:31 +0800 Subject: [PATCH] feat: update make --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f15abe1..5a8a36d 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,7 @@ .PHONY: git-init conf-init git-init: @if [ ! -d .git ]; then \ - echo "Initializing git repository..."; \ - git init; \ - git add .; \ - git commit -m "Initial commit"; \ + git submodule update --init; \ else \ echo "Git repository already initialized."; \ fi