summaryrefslogtreecommitdiffhomepage
path: root/templates/advance_game/Makefile.Android
diff options
context:
space:
mode:
author- <->2018-01-15 12:52:58 +0100
committer- <->2018-01-15 12:52:58 +0100
commitddf6c65d00fb956dbec407a09d217ffee491b731 (patch)
tree15e5f68359effa6ac2eb21cb7e06afa81284a598 /templates/advance_game/Makefile.Android
parent278d8575bdd09ba6536291e1b66dc9d32224fb2d (diff)
downloadraylib-ddf6c65d00fb956dbec407a09d217ffee491b731.tar.gz
raylib-ddf6c65d00fb956dbec407a09d217ffee491b731.zip
Review Makefiles and templates
Diffstat (limited to 'templates/advance_game/Makefile.Android')
-rw-r--r--templates/advance_game/Makefile.Android2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/advance_game/Makefile.Android b/templates/advance_game/Makefile.Android
index ef112b57..2fda5372 100644
--- a/templates/advance_game/Makefile.Android
+++ b/templates/advance_game/Makefile.Android
@@ -278,7 +278,7 @@ logcat:
deploy:
$(ANDROID_PLATFORM_TOOLS)/adb install -r $(PROJECT_NAME).apk
$(ANDROID_PLATFORM_TOOLS)/adb logcat -c
- $(ANDROID_PLATFORM_TOOLS)/adb logcat raylib:V *:W
+ $(ANDROID_PLATFORM_TOOLS)/adb logcat raylib:V *:S
#$(ANDROID_PLATFORM_TOOLS)/adb logcat *:W