From 0a48600e81bafe18b6a612b15a88d035e45df162 Mon Sep 17 00:00:00 2001 From: John O'Duinn Date: Tue, 24 Apr 2012 10:45:47 -0400 Subject: [PATCH] bug 746741: add makefile targets to encapsulate rebuild/repackage/install steps on android. r=ted, a=npotb --- client.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.mk b/client.mk index 071b71bacec5..1bacb6151c2e 100644 --- a/client.mk +++ b/client.mk @@ -198,6 +198,9 @@ build_all_dep: alldep build_all_depend: alldep clobber clobber_all: clean +# helper target for mobile +build_and_deploy: build package install + # Do everything from scratch everything: clean build