summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-24 12:15:59 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-24 12:15:59 +0200
commitf2398d9481de6e3685685d755c289681c7539a7f (patch)
treed255e554ed2d07858fe0909af5c01b9620278e5d
parent0afe72e5fc386aa0ebceec9618f2b681f9bfdc3d (diff)
downloadmupdf-f2398d9481de6e3685685d755c289681c7539a7f.tar.xz
Fix "make all-nojs" target.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef561ab9..74e0b7af 100644
--- a/Makefile
+++ b/Makefile
@@ -293,6 +293,9 @@ tags: $(shell find include source -name '*.[ch]')
all: libs apps
+all-nojs:
+ $(MAKE) V8_PRESENT=no
+
clean:
rm -rf $(OUT)
nuke: