1.0.9.7: the MSI should not add .lisp and .fasl associations
[sbcl.git] / tagify.sh
blob02ddf3a3261db51215a0261c467d59dd36c4fc5b
1 #!/bin/sh
2 set -e
4 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`