blob: d1f5e2035b46486c95c60395642391d20f2e0583 [file] [log] [blame]
Erick Tryzelaar31c6c5d2009-09-22 21:15:19 +00001##===- examples/Kaleidoscope/Chapter5/Makefile -------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10TOOLNAME = Kaleidoscope-Ch5
11EXAMPLE_TOOL = 1
12
Jeffrey Yasskin42fc5582010-02-11 19:15:20 +000013LINK_COMPONENTS := core jit native
Erick Tryzelaar31c6c5d2009-09-22 21:15:19 +000014
15include $(LEVEL)/Makefile.common