Simplified pull target

This commit is contained in:
Jonathan Moallem 2020-11-27 23:44:42 +11:00
parent 91c0fc115e
commit 0cdeb09ad0

View File

@ -49,8 +49,7 @@ setup: include lib
# Pull and update the the build submodules # Pull and update the the build submodules
pull: pull:
git submodule init; git submodule update git submodule update --init --recursive
cd vendor/raylib-cpp; git submodule init; git submodule update
# Copy the relevant header files into includes # Copy the relevant header files into includes
include: pull include: pull