summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-22 15:04:38 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-29 16:03:34 +0100
commite1716629fd92f4580e6b213dc7be54b4935f09f9 (patch)
treeeeb43d8a1ae2cc8fddd09c058c3c415b41a7ca19 /Makefile
parente45a2f494d0a4f7e11c544d2098b0f5d1d199e58 (diff)
downloadmupdf-e1716629fd92f4580e6b213dc7be54b4935f09f9.tar.xz
jni: Update build files for moved java sources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ee84fb34..49965e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -356,6 +356,9 @@ tarball:
# --- Clean and Default ---
+java:
+ $(MAKE) -C platform/java
+
tags: $(shell find include source platform -name '*.[ch]')
ctags $^