From: Reid Spencer Date: Fri, 20 Jul 2007 20:54:41 +0000 (+0000) Subject: Update to include clean and install commands. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d485dc3d77bc6c7fa498060123fdb5363afc3264;p=oota-llvm.git Update to include clean and install commands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40119 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/ModuleInfo.txt b/ModuleInfo.txt index bb88bb4b283..ec9da652cb8 100644 --- a/ModuleInfo.txt +++ b/ModuleInfo.txt @@ -1,2 +1,4 @@ DepModule: BuildCmd: ./build-for-llvm-top.sh +CleanCmd: make clean +InstallCmd: make install