mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Add task to initialize repo
This commit is contained in:
5
Makefile
5
Makefile
@ -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.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user