diff options
Diffstat (limited to 'source/DataFormatters/Makefile')
-rw-r--r-- | source/DataFormatters/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/DataFormatters/Makefile b/source/DataFormatters/Makefile deleted file mode 100644 index 4eb3249e5a58..000000000000 --- a/source/DataFormatters/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/DataFormatters/Makefile -------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LLDB_LEVEL := ../.. -LIBRARYNAME := lldbDataFormatters -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |