Update makefile to include git submodule update command

This commit is contained in:
2024-04-29 17:23:19 +08:00
parent d5b4e0d1ee
commit 983ed2fd81
+2 -1
View File
@@ -13,4 +13,5 @@ down: pull
pull:
@echo "Pulling the project..."
git pull
git pull
git submodule update --init --recursive