summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-07-16 01:05:34 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-07-16 01:05:34 +0000
commitc5965992f5f7053606caaac61e55e37fd0668e28 (patch)
treee5ffb045b91d7f502566d5c67ed61c3210b29c08 /tools/Makefile
parent22daf79314072b14f2519ccfe08485f250c32735 (diff)
update makefile.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5b49cc8ad0..4528759cc8 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL := ../../..
-DIRS := clang-cc driver index-test
+DIRS := clang-cc driver index-test clang-wpa
include $(LEVEL)/Makefile.common