Add framework for setting component values in the inspector. Add the ability to destr...
[sbcl.git] / tagify.sh
1 #!/bin/sh
2
3 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`