commit | 4b72a5812c1068234314ccf4179ea91afe849b40 | [log] [tgz] |
---|---|---|
author | Keith Burns (alagalah) <alagalah@gmail.com> | Sat Jul 02 17:54:36 2016 -0700 |
committer | Keith Burns (alagalah) <alagalah@gmail.com> | Sat Jul 02 17:54:36 2016 -0700 |
tree | 3a6abeb3662f9d2d58386ad4b67629b432eafe97 | |
parent | dbacf85fed57839b58ad10605a5245ebe6c1a049 [diff] [blame] |
Add gtags option to use ctags. Hidden option in Makefile Change-Id: I6b01c1f2beec37d7aaad1ab9dab303835a9feb49 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
diff --git a/Makefile b/Makefile index 94ba90d..ad60476 100644 --- a/Makefile +++ b/Makefile
@@ -219,6 +219,9 @@ @ctags --totals --tag-relative -L $< @rm $< +gtags: ctags + @gtags --gtagslabel=ctags + cscope: cscope.files @cscope -b -q -v