mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-02 00:02:42 -05:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
update_submodule:
|
|
git submodule init
|
|
git submodule update --remote --merge
|
|
git add -A
|
|
git commit -am 'Updated submodules'
|
|
git push -u origin master
|
|
|
|
.PHONY: update_submodule |