aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/Makefile')
-rw-r--r--source/Commands/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/Commands/Makefile b/source/Commands/Makefile
new file mode 100644
index 000000000000..1a66485a0c21
--- /dev/null
+++ b/source/Commands/Makefile
@@ -0,0 +1,16 @@
+##===- source/Commands/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 := lldbCommands
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
+
+EXTRA_OPTIONS += -Wno-four-char-constants \ No newline at end of file