diff options
Diffstat (limited to 'contrib/llvm/utils/unittest/Makefile')
-rw-r--r-- | contrib/llvm/utils/unittest/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/llvm/utils/unittest/Makefile b/contrib/llvm/utils/unittest/Makefile deleted file mode 100644 index 6a09341..0000000 --- a/contrib/llvm/utils/unittest/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -##===- utils/unittest/Makefile -----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -PARALLEL_DIRS = googletest UnitTestMain - -include $(LEVEL)/Makefile.common |