Simplified pull target
This commit is contained in:
parent
91c0fc115e
commit
0cdeb09ad0
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user