summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2012-06-22 01:52:15 +0200
committerTor Andersson <tor.andersson@artifex.com>2012-06-25 13:50:10 +0200
commit0772da1a2ca814919428a8eca995b2d776eff41f (patch)
tree3c75dd34ad5ee85ae5e0d773b14d0ddde276073a /Makefile
parent01cd1e4dfdc6ab53e79d0a9e548415494851b5ea (diff)
downloadmupdf-0772da1a2ca814919428a8eca995b2d776eff41f.tar.xz
Add make target to only build thirdparty
This makes it easier to separate building of mupdf itself from libraries, e.g. when running clang's scan-build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2045d1c..8a6b93de 100644
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,8 @@ install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY)
all: $(THIRD_LIBS) $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY)
+third: $(THIRD_LIBS)
+
clean:
rm -rf $(OUT)
nuke: