diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-26 21:48:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-26 21:48:24 +0000 |
commit | 0305141a51be0076c421f8e5c9b715dab5ba5338 (patch) | |
tree | c4c029ac0bbbce4efafb93f468c2b81a538f2f40 /runtime/Makefile | |
parent | 417fbe528769c83d37014ef31546e4ae9163a4de (diff) | |
download | external_llvm-0305141a51be0076c421f8e5c9b715dab5ba5338.zip external_llvm-0305141a51be0076c421f8e5c9b715dab5ba5338.tar.gz external_llvm-0305141a51be0076c421f8e5c9b715dab5ba5338.tar.bz2 |
Add a clean target stub
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 33386d7..5bf2cbf 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -1,2 +1,4 @@ all:: + +clean:: |