From: Luke Kenneth Casson Leighton Date: Mon, 4 Feb 2019 00:28:04 +0000 (+0000) Subject: add git submodule init to Makefile X-Git-Tag: ls180-24jan2020~2038 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03d20ef6c3a8a178118ab29e14e21bc9fbec89c5;hp=5248a092891e80c5699fb5a54ef0f95595fbf784;p=ieee754fpu.git add git submodule init to Makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..0a291687 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +gitupdate: + git submodule init + git submodule update --recursive