diff options
-rw-r--r-- | clang/test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile index 5bb50c622af..ba3a6404794 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -50,4 +50,8 @@ lit.site.cfg: FORCE clean:: @ find . -name Output | xargs rm -fr +# Daniel hates Chris. +chris-lit: + make LIT_ARGS='-j16 -s' + .PHONY: all report clean |