diff --git a/Makefile b/Makefile index 722d388..7aa5902 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,7 @@ setup: include lib # Pull and update the the build submodules pull: - git submodule init; git submodule update - cd vendor/raylib-cpp; git submodule init; git submodule update + git submodule update --init --recursive # Copy the relevant header files into includes include: pull