Build the extract utility
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 20:27:15 +0000 (20:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 20:27:15 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2717 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index aeccb939e3dc8851fb95f42e673af8d8ae950ef3..8fe52c02c82300610a305f17b93cf9c89039082b 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = as dis opt link gccas lli llc gccld analyze
+DIRS = as dis opt link gccas lli llc gccld analyze extract
 
 include $(LEVEL)/Makefile.common