nex/Makefile
2022-09-03 15:28:31 -04:00

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