corne/Makefile
2020-09-06 02:20:21 +09:00

5 lines
121 B
Makefile

.PHONY: git-submodule
git-submodule:
git submodule sync --recursive
git submodule update --init --recursive --progress