From 6c72dffac3bd76d3570d7917a97dff40e3357b93 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 25 Jun 2010 15:36:37 +0200 Subject: build: Add tags for file names, function prototypes For vi, add tags for file names, function prototypes and external and forward variable declarations. Signed-off-by: John Kacur Signed-off-by: Steven Rostedt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 564af66..54a8b29 100644 --- a/Makefile +++ b/Makefile @@ -432,7 +432,7 @@ PHONY += show_gui_make tags: force $(RM) tags - find . -name '*.[ch]' | xargs ctags + find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px TAGS: force $(RM) TAGS -- cgit v1.2.2