1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/examples/Kaleidoscope/Makefile
Daniel Dunbar b38d1a46ab Fix build
llvm-svn: 76366
2009-07-19 08:27:16 +00:00

16 lines
474 B
Makefile

##===- examples/Kaleidoscope/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
EXAMPLE_TOOL = 1
LINK_COMPONENTS := core jit interpreter native
include $(LEVEL)/Makefile.common