added Makefile for submodules
This commit is contained in:
10
submodules/Makefile
Normal file
10
submodules/Makefile
Normal 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
|
||||
|
||||
Submodule submodules/lite-youtube-embed updated: c19a938c3f...79f21eafa4
Submodule submodules/zopfli updated: 6673e39fba...831773bc28
Reference in New Issue
Block a user