add git submodule init to Makefile
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Feb 2019 00:28:04 +0000 (00:28 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Feb 2019 00:28:04 +0000 (00:28 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..0a29168
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+gitupdate:
+       git submodule init
+       git submodule update --recursive