summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c1bdc174..f69845ce1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,6 +133,9 @@ dox:
check: $(TARGET_LIB)
(cd test && $(MAKE) check)
+etags:
+ etags `find . -name '*.[ch]'`
+
# DO NOT REMOVE
docs: $(INCDIR)/*.h