makefile changes/split | add scripts

This commit is contained in:
abejgonzalez
2019-03-08 16:23:35 -08:00
parent 49ab106b9e
commit 82273107c1
9 changed files with 317 additions and 138 deletions

17
scripts/gen-tags.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# run this script in the main rebar directory to generate ctags for all relevant repos
# note: this requires exuberant-ctags
# tested with: Exuberant Ctags 5.8
# instructions:
# cd /path/to/rebar/
# ./scripts/gen-tags.sh
#
# input:
# * nothing
#
# output:
# * tags file in the directory that this was called in
# ctags wrapper
ctags -R --exclude=@.ctagsignore --links=no