make: Add cscope targed

For easier use of cscope

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-12-25 23:32:09 +03:00
parent 6dfbddb6b0
commit 4297aaf117

View file

@ -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