bug 746741: add makefile targets to encapsulate rebuild/repackage/install steps on android. r=ted, a=npotb

This commit is contained in:
John O'Duinn 2012-04-24 10:45:47 -04:00
Родитель deb698a6fa
Коммит b2b9c79608
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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