Skip to content
Snippets Groups Projects
Commit 01ae46d1 authored by deuce's avatar deuce
Browse files

Remove the cscope -q flag. I always forget it, and no need to rebuild

all the time.
Also, I've recently switched to excflags.
parent 8f553bd9
No related branches found
No related tags found
No related merge requests found
all: tags cscope.out
cscope.out: cscope.files
cscope -b -q
cscope -b
tags: cscope.files
xargs ctags -d < cscope.files
exctags -VL cscope.files
cscope.files::
find build conio sbbs3 smblib uifc xpdev -name '*.c' -o -name '*.cpp' -o -name '*.h' > cscope.files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment