diff --git a/makefile b/makefile index 5632ce0..a003702 100644 --- a/makefile +++ b/makefile @@ -13,4 +13,5 @@ down: pull pull: @echo "Pulling the project..." - git pull \ No newline at end of file + git pull + git submodule update --init --recursive \ No newline at end of file