mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
make: Add cscope targed
For easier use of cscope Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
6dfbddb6b0
commit
4297aaf117
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user