소스 검색

[build.sh] Adding generation of TAGS

Vinicius Teshima 1 년 전
부모
커밋
09321ed83d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      build.sh

+ 2 - 0
build.sh

@@ -2,6 +2,8 @@
 
 #set -x
 
+exuberant-ctags --kinds-all=* --totals=yes -e -R
+
 ERR() {
     printf '[ERROR] %s\n' "$1"
     [ "$2" ] && exit "$2"