Browse Source

Added cscope tag support in Makefile

Johan Berntsson 15 years ago
parent
commit
39b30accd2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

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