commit | 5267d7c79cdea0c3015a317c089d5e5a5933a560 | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Thu Mar 20 14:28:22 2008 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Thu Mar 20 14:28:22 2008 +0000 |
tree | 596f2b2ba602e3d971ac4b445637cbeb75f835d0 | |
parent | 65307dcb28df1c84bf6654e48529cbd54df1d168 [diff] [blame] |
reduce chattyness of makefiles git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48597 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile b/test/Makefile index f162978..8c8fe51 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -14,6 +14,6 @@ -print -exec ./TestRunner.sh {} \; clean:: - rm -rf Output/ + @ rm -rf Output/ .PHONY: all clean