summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-12-23 16:50:37 +0100
committerJohn Kacur <jkacur@redhat.com>2009-12-23 16:50:37 +0100
commit7e2594ba90cd01f2fbb9ca6f9c95bb31a87414f1 (patch)
treefa5cfe937d158487d2f7e86d0930ea2efeec26a3
parent20b8b253f3892ee04d5aae82f83c8e49acc1b75c (diff)
downloadrt-tests-7e2594ba90cd01f2fbb9ca6f9c95bb31a87414f1.tar.gz
rt-tests: Add a "make tags" option.
Add a "make tags" option to the Makefile Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3339556..c33a053 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ CLEANUP += $(if $(wildcard .git), ChangeLog)
clean:
for F in $(CLEANUP); do find -type f -name $$F | xargs rm -f; done
rm -f hwlatdetect
+ rm -f tags
.PHONY: distclean
distclean: clean
@@ -144,3 +145,7 @@ help:
@echo " clean : remove object files"
@echo " distclean : remove all generated files"
@echo " help : print this message"
+
+.PHONY: tags
+tags:
+ ctags -R --extra=+f --c-kinds=+p *