Commit 38736813 authored by Yoni Fogel's avatar Yoni Fogel

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

git-svn-id: file:///svn/tokudb@5620 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8a5abb1b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment