From 6828aabe965b5cdb7a77cf8093935b757e9ea49a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 9 Jan 2008 17:14:14 -0800 Subject: [PATCH] etags for vi --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index dd4ecac802f3d..0d9604ec5b58a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -309,6 +309,9 @@ count: TAGS: etags `find . -name "*.[h|c|cc]"|grep -v '\.\#'` +tags: + ctags `find . -name "*.[h|c|cc]"|grep -v '\.\#'` + .depend: touch .depend -- 2.39.5