From 48936353016b0da3300f8c5a6b90f97a29a8c3ad Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 6 Dec 2012 14:40:46 +0100 Subject: [PATCH] Make only compiles, make install run the app on the device --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e9532f7c..62e411295 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | nl -ba | grep androi KEYSTORE=bc-android.keystore KEYALIAS=nw8000 -all: prepare-sources generate-libs update-project generate-apk install-apk run-linphone +all: prepare-sources generate-libs update-project generate-apk + +install: all install-apk run-linphone prepare-ffmpeg: ifeq ($(PATCH_FFMPEG),) @@ -57,6 +59,7 @@ update-project: touch default.properties generate-apk: + ant clean ant debug install-apk: generate-apk