summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/Chapter4/Makefile')
-rw-r--r--examples/Kaleidoscope/Chapter4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter4/Makefile b/examples/Kaleidoscope/Chapter4/Makefile
new file mode 100644
index 0000000000..7bc742fb1e
--- /dev/null
+++ b/examples/Kaleidoscope/Chapter4/Makefile
@@ -0,0 +1,15 @@
+##===- examples/Kaleidoscope/Chapter4/Makefile -------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ../../..
+TOOLNAME = Kaleidoscope-Ch4
+EXAMPLE_TOOL = 1
+
+LINK_COMPONENTS := core jit interpreter native
+
+include $(LEVEL)/Makefile.common