Add gtags option to use ctags. Hidden option in Makefile
[vpp.git] / Makefile
index 94ba90d..ad60476 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,9 @@ ctags: ctags.files
        @ctags --totals --tag-relative -L $<
        @rm $<
 
+gtags: ctags
+       @gtags --gtagslabel=ctags
+
 cscope: cscope.files
        @cscope -b -q -v