summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-20 19:33:09 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-20 19:33:09 +0200
commite2673a829b61d77d7884ecabac2424fdb28309e8 (patch)
treeb69930399d396876277cc2b9ee7cbcf454479052
parent73f5ba5cb7520a01d5bc4d85358f21d298d33317 (diff)
downloadmupdf-e2673a829b61d77d7884ecabac2424fdb28309e8.tar.xz
Fix default make target.
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e02db1d..ef561ab9 100644
--- a/Makefile
+++ b/Makefile
@@ -291,9 +291,7 @@ install: libs apps
tags: $(shell find include source -name '*.[ch]')
ctags $^
-all: all-nojs $(JSTARGETS)
-
-all-nojs: $(THIRD_LIBS) $(MUPDF_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL)
+all: libs apps
clean:
rm -rf $(OUT)