Explorar o código

[build.sh] Adding generation of TAGS

Vinicius Teshima hai 1 ano
pai
achega
09321ed83d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      build.sh

+ 2 - 0
build.sh

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