aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87360906d7..332058642a 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,11 @@ test speed test2: all
TAGS:
etags *.[ch] tests/*.[ch]
+cscope:
+ rm -f ./cscope.*
+ find . -name "*.[ch]" -print > ./cscope.files
+ cscope -b
+
# documentation
%.html: %.texi
texi2html -monolithic -number $<