Refactor makefile to remove commented out git submodule update command

This commit is contained in:
2024-06-01 20:40:15 +08:00
parent 5e17ef2ea9
commit 374d07f979
3 changed files with 474 additions and 1 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ down: pull
pull:
@echo "Pulling the project..."
git pull
git submodule update --init --recursive
# git submodule update --init --recursive