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

4
.gitmodules vendored
View File

@@ -13,7 +13,3 @@
[submodule "submodules/materialize"]
path = submodules/materialize
url = https://github.com/materializecss/materialize.git
[submodule "submodules/video.js"]
path = submodules/video.js
url = https://github.com/videojs/video.js.git

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