diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-24 12:15:59 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-06-24 12:15:59 +0200 |
commit | f2398d9481de6e3685685d755c289681c7539a7f (patch) | |
tree | d255e554ed2d07858fe0909af5c01b9620278e5d | |
parent | 0afe72e5fc386aa0ebceec9618f2b681f9bfdc3d (diff) | |
download | mupdf-f2398d9481de6e3685685d755c289681c7539a7f.tar.xz |
Fix "make all-nojs" target.
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |