summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-11-07 12:22:21 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-11-08 20:06:10 +0100
commita5f105a2acb853f3bd7a71cb5c4c896dbcbb7480 (patch)
tree9418dea9d9ecfa069a5ed81d34ad837f00e22ad1 /Makefile
parentbe56635e063e84848389c4dd99990f78c35b6519 (diff)
downloadmupdf-a5f105a2acb853f3bd7a71cb5c4c896dbcbb7480.tar.xz
Fix android warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c85f7f5e..f36c3778 100644
--- a/Makefile
+++ b/Makefile
@@ -416,7 +416,7 @@ release:
debug:
$(MAKE) build=debug
-android:
+android: generate
$(MAKE) -C platform/android/viewer
.PHONY: all clean nuke install third libs apps generate