summaryrefslogtreecommitdiff
path: root/cmake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Makefile')
-rw-r--r--cmake/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/Makefile b/cmake/Makefile
new file mode 100644
index 0000000000..523cd45d4f
--- /dev/null
+++ b/cmake/Makefile
@@ -0,0 +1,12 @@
+##===- cmake/Makefile --------------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ..
+DIRS := modules
+
+include $(LEVEL)/Makefile.common