Skip to content
Snippets Groups Projects
Commit 3f6c631e authored by Mike Stump's avatar Mike Stump
Browse files

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

llvm-svn: 64350
parent f4174b0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment