Added 'tags' target in makefile to do both TAGS and cscope.out

git-svn-id: file:///svn/tokudb@5620 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2008-08-12 13:45:29 +00:00
parent 8a5abb1b83
commit 3873681393

View file

@ -22,6 +22,8 @@ cscope.files: $(CSCOPE_DIRS)
cscope.out: cscope.files $(CSCOPE_FILES)
$(CSCOPE) -b
tags: cscope.out TAGS
src.dir: newbrt.dir
cxx.dir: src.dir
db-benchmark-test.dir: src.dir