11 lines
248 B
Makefile
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
|
|
|