aboutsummaryrefslogtreecommitdiffstats
path: root/make_cscope_database.sh
blob: c1edd2e342ce61f7bd7c384fe65b64a0001ae00f (plain) (blame)
1
2
3
4
5
#!/bin/bash

CSCOPE_FILES="cscope.files"
find . -name "*.[ch]" -print > "${CSCOPE_FILES}"
cscope -b -q -k