Build new analyze tool
authorChris Lattner <sabre@nondot.org>
Tue, 3 Jul 2001 15:30:21 +0000 (15:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Jul 2001 15:30:21 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 0c2cedb7ebe0295a7de5ef2fb72df102869b242e..0b1d4df9ae8406819ff2a3c9eddd46b4112278e7 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = dis as opt
+DIRS = dis as opt analyze
 
 include $(LEVEL)/Makefile.common