瀏覽代碼

Makefile: add a symbol link tags for ctags

Signed-off-by: Du Huanpeng <u74147@gmail.com>
Du Huanpeng 10 年之前
父節點
當前提交
74d339bef9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -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) \