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:
Mike Stump 2009-02-12 02:25:47 +00:00
Родитель 05e7c6d29c
Коммит 8ba82b3668
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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