From 0cdeb09ad0cb514555c753894e2b730dd5925671 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Fri, 27 Nov 2020 23:44:42 +1100 Subject: [PATCH] Simplified pull target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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