added Makefile for submodules

This commit is contained in:
marko
2021-12-11 10:47:33 +01:00
parent 45ff2c6798
commit 681cb61698
4 changed files with 13 additions and 6 deletions

10
submodules/Makefile Normal file
View File

@@ -0,0 +1,10 @@
.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