diff options
author | Nico Weber <nicolasweber@gmx.de> | 2011-04-30 03:09:18 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2011-04-30 03:09:18 +0000 |
commit | fddbcb459fad8b3e0a06b431a7eec9ee36743716 (patch) | |
tree | e3ec933031363a3e6e3121a45c5fe59a3aa55573 /lib/Makefile | |
parent | 1ea7b9c345171dd50dc9668841b5e02cb75ff9a8 (diff) | |
download | clang-fddbcb459fad8b3e0a06b431a7eec9ee36743716.tar.gz |
Add lib/Tooling to the Makefile build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index bf357fc7d5..eda7017bb8 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,8 @@ CLANG_LEVEL := .. PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \ - StaticAnalyzer Rewrite Serialization Frontend FrontendTool Index Driver + StaticAnalyzer Rewrite Serialization Frontend FrontendTool \ + Index Driver Tooling include $(CLANG_LEVEL)/Makefile |