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