summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)