summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-03 18:08:16 +0200
committerRobin Watts <robin.watts@artifex.com>2013-06-08 21:56:57 -0400
commitc0ec7c4927a1a0ab0c5d52fa93b83a68d785499b (patch)
tree06b05be409ab0289f4fa28a6db1e183185af7d33 /Makefile
parent9adde77a2b9c753c2bdecff74705bbf3d1b6cfc2 (diff)
downloadmupdf-c0ec7c4927a1a0ab0c5d52fa93b83a68d785499b.tar.xz
Add ctags make target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44ba74a2..deef5312 100644
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,9 @@ install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL)
# --- Clean and Default ---
+tags: $(wildcard */*.h */*.c)
+ ctags $^
+
all: all-nojs $(JSTARGETS)
all-nojs: $(THIRD_LIBS) $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL)