summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-09-10 18:18:49 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 17:23:59 +0200
commit8ebce9c149112d59552ed530361f80372455fdb2 (patch)
treeebc90eb93345d1b3a77841ed2a92e56a4c1b1baf /Makefile
parentddd00f62888c908c84932c2a92a0c2d195b26c36 (diff)
downloadmupdf-8ebce9c149112d59552ed530361f80372455fdb2.tar.xz
Add Emscripten / WebAssembly build.
Requires Linux (or possibly MacOS X) and an installed emsdk to build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37fc48e6..97ccf19a 100644
--- a/Makefile
+++ b/Makefile
@@ -371,6 +371,9 @@ watch:
java:
$(MAKE) -C platform/java
+wasm:
+ $(MAKE) -C platform/wasm
+
tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh' -or -name '*.java')
$(TAGS_CMD)