Add Makefile

This commit is contained in:
foostan 2020-09-06 02:20:21 +09:00
parent 72c7fa91a4
commit 37d6b71569
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: git-submodule
git-submodule:
git submodule sync --recursive
git submodule update --init --recursive --progress