aboutsummaryrefslogtreecommitdiffstats
path: root/make_cscope_database.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_cscope_database.sh')
-rwxr-xr-xmake_cscope_database.sh5
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
3CSCOPE_FILES="cscope.files"
4find . -name "*.[ch]" -print > "${CSCOPE_FILES}"
5cscope -b -q -k \ No newline at end of file