Skip to content

Commit

Permalink
Added cscope tag support in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Berntsson committed Jun 1, 2009
1 parent be41a2c commit 39b30ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ test-xml: prebuild
tags:
find OpenSim -name \*\.cs | xargs etags

cscope-tags:
find OpenSim -name \*\.cs -fprint cscope.files
cscope -b

include $(wildcard Makefile.local)

0 comments on commit 39b30ac

Please sign in to comment.