Files
cwsvJudo/submodules/Makefile
2021-12-11 10:51:26 +01:00

11 lines
248 B
Makefile

.PHONY: updateSubmodules
updateSubmodules:
git -C lite-youtube-embed checkout master
git -C materialize checkout main
git -C parsedown checkout master
git -C spyc checkout master
git -C zopfli checkout master
git submodule foreach git pull