|
|
|
|
@ -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
|
|
|
|
|
|