#!/bin/sh

# make the tags file for the Coda source.
rm -f tags
git ls-files -z \*.c \*.cc \*.lex \*.yacc \*.h \*.rpc2 | xargs -0 ctags -a
