Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[llvm/stm8.git] / tools / llvmc / Makefile
blob7c03e2a74f7c6b2f97161a0cf1e1103c5ac79899
1 ##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open
6 # Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
12 DIRS = src
14 ifeq ($(BUILD_EXAMPLES),1)
15 OPTIONAL_DIRS += examples
16 endif
18 include $(LEVEL)/Makefile.common