Browse Source

[build.sh] Adding generation of TAGS

Vinicius Teshima 1 year ago
parent
commit
09321ed83d
1 changed files with 2 additions and 0 deletions
  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"