Skip to content

Commit

Permalink
Add devtools directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Nov 18, 2014
1 parent 0172246 commit c34f014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devtools/maketags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
find ../src -name "*java" > ./cscope.files
ctags --extra=+q -L ./cscope.files -f ./tags
rm ./cscope.files

0 comments on commit c34f014

Please sign in to comment.