From 4297aaf117aba93b3b46be79c8af52eb6c85d7d3 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 25 Dec 2010 23:32:09 +0300 Subject: [PATCH] make: Add cscope targed For easier use of cscope Signed-off-by: Cyrill Gorcunov --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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