X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=cscope.make;h=990b01c3bb342b7a71321ec2478ec9c326c84b9e;hp=983992d2b0eaf52aaa15f2bdcb67876a4af40568;hb=d11d8c63ab52c7f6eca2815e47cd6401e72f2c8c;hpb=d4667f48eabde9e163ad98c72bfc6a8d61e375dc diff --git a/cscope.make b/cscope.make index 983992d..990b01c 100755 --- a/cscope.make +++ b/cscope.make @@ -3,10 +3,12 @@ current=`pwd` cd / find "$current" \ --iname "*.cc" -o \ --iname "*.h" |sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files" +-iname "*.c" -o \ +-iname "*.h" -o \ +-iname "*.cc" -o \ +-iname "*.hh" |sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files" cd "$current" -#cscope -b -q +cscope -b -q