Add task to initialize repo

This commit is contained in:
Mitchell Hashimoto
2022-05-03 22:01:19 -07:00
parent c0957dfc39
commit 31214d16ed

View File

@ -1,3 +1,8 @@
# Init initializes the repo for development.
init:
git submodule update --init --recursive
.PHONY: init
# glad updates the GLAD loader. To use this, place the generated glad.zip # glad updates the GLAD loader. To use this, place the generated glad.zip
# in this directory next to the Makefile, remove vendor/glad and run this target. # in this directory next to the Makefile, remove vendor/glad and run this target.
# #