aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 2eaffde..ab6a74e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -468,7 +468,7 @@ lint:
tags TAGS: FORCE
rm -f TAGS tags
-ctags -R .
- -etags -R .
+ -etags `find . -name '*.[ch]' -o -name '*.pm'`
FORCE: