forked from OSchip/llvm-project
Add tags; this is documented to work, just need the wiring to enable it.
llvm-svn: 64350
This commit is contained in:
parent
f4174b0c80
commit
3f6c631ea1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue