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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user