minor fix in ctags to include library source files

This commit is contained in:
tangxifan 2019-12-18 22:24:58 +08:00
parent a04631305c
commit a36cb676c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
rm tags
ctags -R shell_main.c main.c ./* ../../libarchfpga/SRC/* ../../pcre/SRC/*.[ch]
ctags -R shell_main.c main.c ./* ../../libarchfpga/SRC/* ../../libpcre/SRC/*.[ch] ../../../libs/libvtrutil/src/*