diff options
Diffstat (limited to 'make_cscope_database.sh')
| -rwxr-xr-x | make_cscope_database.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make_cscope_database.sh b/make_cscope_database.sh new file mode 100755 index 0000000..c1edd2e --- /dev/null +++ b/make_cscope_database.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | CSCOPE_FILES="cscope.files" | ||
| 4 | find . -name "*.[ch]" -print > "${CSCOPE_FILES}" | ||
| 5 | cscope -b -q -k \ No newline at end of file | ||
