diff options
Diffstat (limited to 'contrib/llvm/unittests/Transforms/Makefile')
-rw-r--r-- | contrib/llvm/unittests/Transforms/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/llvm/unittests/Transforms/Makefile b/contrib/llvm/unittests/Transforms/Makefile deleted file mode 100644 index 599b18a..0000000 --- a/contrib/llvm/unittests/Transforms/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -##===- unittests/Transforms/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 = Utils - -include $(LEVEL)/Makefile.common - -clean:: - $(Verb) $(RM) -f *Tests |