[Android] Makefile: more targets

Edward Wang git at videolan.org
Sat Jun 23 06:13:19 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Fri Jun 22 13:30:34 2012 -0400| [7bc5cc0d64cbf65951dfe64a1f88f642ed9ca0f2] | committer: Edward Wang

Makefile: more targets

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=7bc5cc0d64cbf65951dfe64a1f88f642ed9ca0f2
---

 Makefile |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0609b7c..8a92508 100644
--- a/Makefile
+++ b/Makefile
@@ -116,4 +116,10 @@ run:
 
 build-and-run: install run
 
-.PHONY: clean distclean install run build-and-run
+apkclean-run: apkclean build-and-run
+	adb logcat -c
+
+distclean-run: distclean build-and-run
+	adb logcat -c
+
+.PHONY: clean distclean distclean-run apkclean apkclean-run install run build-and-run



More information about the Android mailing list