]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
etags for vi
authorSage Weil <sage@newdream.net>
Thu, 10 Jan 2008 01:14:14 +0000 (17:14 -0800)
committerSage Weil <sage@newdream.net>
Thu, 10 Jan 2008 01:14:14 +0000 (17:14 -0800)
src/Makefile

index dd4ecac802f3d6c34111eee94d0d6870a0d0dbca..0d9604ec5b58a7d7fdb51c06c1e13190d89ba893 100644 (file)
@@ -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