Files
cproof/maketags.sh
James Booth 0f7f0a259d Command tidy
2012-08-22 23:57:34 +01:00

6 lines
62 B
Bash
Executable File

#!/bin/sh
rm -f tags
rm -f cscope.out
ctags -R .
cscope -R -b