X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=ad604765637c9e167cbecebd41ca1999337fb8f6;hb=4b72a5812c1068234314ccf4179ea91afe849b40;hp=94ba90d0821c82ea79febadaf3b46b284df41f64;hpb=dbacf85fed57839b58ad10605a5245ebe6c1a049;p=vpp.git diff --git a/Makefile b/Makefile index 94ba90d0821..ad604765637 100644 --- 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