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