summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-07-30 12:21:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-08-20 12:15:37 +0200
commitaca66f040b72397203c3eb3d8a9ff893d4c1424c (patch)
tree622a397836d5cd0032093b41a1f2f62e11289f55 /Makefile
parentd48af9f4403c76d98ca13214faf321e2e318b113 (diff)
downloadmupdf-aca66f040b72397203c3eb3d8a9ff893d4c1424c.tar.xz
Include platform source files in "make tags".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84514b5d..b36078e4 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,7 @@ tarball:
# --- Clean and Default ---
-tags: $(shell find include source -name '*.[ch]')
+tags: $(shell find include source platform -name '*.[ch]')
ctags $^
all: libs apps