summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-09-22 14:17:17 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-09-23 12:40:33 +0200
commit0bf90ea8942a0ab55f0986ab92aeaaf1447865bc (patch)
tree1f30acdd5784e2581dea0417a962f63e99976c7e /Makefile
parent840f1e553d5d50c114831b6ec4c409b5e69fc980 (diff)
downloadmupdf-0bf90ea8942a0ab55f0986ab92aeaaf1447865bc.tar.xz
Add 'make android' target to build android viewer.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f22ca880..acf000ed 100644
--- a/Makefile
+++ b/Makefile
@@ -413,4 +413,7 @@ release:
debug:
$(MAKE) build=debug
+android:
+ $(MAKE) -C platform/android/viewer
+
.PHONY: all clean nuke install third libs apps generate