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