update submodules

This commit is contained in:
marko
2023-03-19 15:49:33 +01:00
parent d3a9f83d1f
commit 702d28a105
3 changed files with 5 additions and 7 deletions

View File

@@ -1,14 +1,17 @@
include passwords
.PHONY: updateSubmodules
updateSubmodules:
updateSubmodules: checkoutSubmodulesDefaultBranches
git submodule foreach git pull
.PHONY:
checkoutSubmodulesDefaultBranches:
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
.PHONY: buildMaterialize
buildMaterialize: updateSubmodules