Add tags; this is documented to work, just need the wiring to enable it.

llvm-svn: 64350
This commit is contained in:
Mike Stump 2009-02-12 02:25:47 +00:00
parent f4174b0c80
commit 3f6c631ea1
1 changed files with 3 additions and 0 deletions

View File

@ -20,4 +20,7 @@ report::
clean::
@ $(MAKE) -C test clean
tags::
$(Verb) etags `find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
.PHONY: test report clean