aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-07-02 17:54:36 -0700
committerKeith Burns (alagalah) <alagalah@gmail.com>2016-07-02 17:54:36 -0700
commit4b72a5812c1068234314ccf4179ea91afe849b40 (patch)
tree3a6abeb3662f9d2d58386ad4b67629b432eafe97 /Makefile
parentdbacf85fed57839b58ad10605a5245ebe6c1a049 (diff)
Add gtags option to use ctags. Hidden option in Makefile
Change-Id: I6b01c1f2beec37d7aaad1ab9dab303835a9feb49 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94ba90d0..ad604765 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