From 5dcc48621447ba044ad0c044343c175a41916546 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Fri, 21 Jul 2017 17:53:26 -0400 Subject: [PATCH] Initialize submodules during makefile build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 329d03d3..eec96d56 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install-quick: update: git pull - git submodule update + git submodule update --init # Builds the runtime runtime: