diff options
Diffstat (limited to 'lib/Tooling/Core/Makefile')
-rw-r--r-- | lib/Tooling/Core/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Tooling/Core/Makefile b/lib/Tooling/Core/Makefile deleted file mode 100644 index 366466c192e4..000000000000 --- a/lib/Tooling/Core/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -##===- clang/lib/Tooling/Core/Makefile ---------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -CLANG_LEVEL := ../../.. -LIBRARYNAME := clangToolingCore - -include $(CLANG_LEVEL)/Makefile |