From 8edd447571b19d31587f3c4f6421ec6831fe3970 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 12 Mar 2019 19:34:41 -0700 Subject: [PATCH] Added submodule status output to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba81037..9418f11 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ endif # Pull all submodules update: git submodule update --init + git submodule status # Patch submodules (issue update first) patch: @@ -74,4 +75,4 @@ all: host host_jar macos ios android # dist dist: - $(DIST_BUILD_SCRIPT) dist \ No newline at end of file + $(DIST_BUILD_SCRIPT) dist