aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/Makefile')
-rw-r--r--bindings/ocaml/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile
new file mode 100644
index 0000000..0fc6b1b
--- /dev/null
+++ b/bindings/ocaml/Makefile
@@ -0,0 +1,13 @@
+##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Gordon Henriksen and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+DIRS = llvm bitwriter
+
+include $(LEVEL)/Makefile.common