summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-03 15:30:21 +0000
committerChris Lattner <sabre@nondot.org>2001-07-03 15:30:21 +0000
commit9aa97849a0e017ebadccc4c8e58b109d8c1ae41b (patch)
treec353cef280b812034d3a040a768def36e0ea91bf /tools
parentacd257efeeaf0b6193931bb6795332928af8e52c (diff)
downloadllvm-9aa97849a0e017ebadccc4c8e58b109d8c1ae41b.tar.gz
llvm-9aa97849a0e017ebadccc4c8e58b109d8c1ae41b.tar.bz2
llvm-9aa97849a0e017ebadccc4c8e58b109d8c1ae41b.tar.xz
Build new analyze tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0c2cedb7eb..0b1d4df9ae 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = dis as opt
+DIRS = dis as opt analyze
include $(LEVEL)/Makefile.common