diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..206df35 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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 \ No newline at end of file