зеркало из https://github.com/microsoft/clang.git
Add tags; this is documented to work, just need the wiring to enable it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
05e7c6d29c
Коммит
8ba82b3668
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче