summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a9d6c76d..8370d9af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,6 +220,11 @@ tags:
$(RM) -f tags
$(FIND) . -name '*.[hcS]' -print | xargs ctags -a
+cscope:
+ $(RM) -f cscope.out cscope.files
+ $(FIND) . -name '*.[hcS]' -print > cscope.files
+ cscope -b -f cscope.out
+
rdf_install install_rdf:
cd rdoff && $(MAKE) install