Added cscope tag support in Makefile

0.6.6-post-fixes
Johan Berntsson 2009-06-01 01:24:18 +00:00
parent be41a2cb7e
commit 39b30accd2
1 changed files with 4 additions and 0 deletions

View File

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