Added cscope tag support in Makefile

This commit is contained in:
Johan Berntsson
2009-06-01 01:24:18 +00:00
parent be41a2cb7e
commit 39b30accd2

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)