summaryrefslogtreecommitdiff
path: root/lib/Format/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Format/Makefile')
-rw-r--r--lib/Format/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Format/Makefile b/lib/Format/Makefile
new file mode 100644
index 000000000000..f4d2b985b12e
--- /dev/null
+++ b/lib/Format/Makefile
@@ -0,0 +1,13 @@
+##===- clang/lib/Format/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 := clangFormat
+
+include $(CLANG_LEVEL)/Makefile