Browse Source

Added submodule status output to Makefile

pull/1/head
Joseph Henry 7 years ago
parent
commit
8edd447571
  1. 3
      Makefile

3
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
$(DIST_BUILD_SCRIPT) dist

Loading…
Cancel
Save