diff options
author | Du Huanpeng <u74147@gmail.com> | 2015-05-04 06:26:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-10 09:59:37 -0400 |
commit | 74d339bef94e879b2da6ef3c7aaa6e2b96c52b33 (patch) | |
tree | 959ae7c946d54b1e098c5d057af6c7aa87a7783c /Makefile | |
parent | e0320b746a784cb31dc0faa882e4b4bf16d0be4f (diff) |
Makefile: add a symbol link tags for ctags
Signed-off-by: Du Huanpeng <u74147@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1272,6 +1272,7 @@ FINDFLAGS := -L tags ctags: ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ -name '*.[chS]' -print` + ln -s ctags tags etags: etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ |