Files
archived-llvm/examples/Kaleidoscope/Chapter2/Makefile
Lang Hames 44364a33be [Kaleidoscope] Clang-format the Kaleidoscope tutorials.
Also reduces changes between tutorial chapters.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245472 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-19 18:15:58 +00:00

16 lines
477 B
Makefile

##===- examples/Kaleidoscope/Chapter2/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-Ch2
EXAMPLE_TOOL = 1
LLVM_CXXFLAGS := -Wno-unused-private-field
include $(LEVEL)/Makefile.common