mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
18 lines
474 B
Makefile
18 lines
474 B
Makefile
|
##===- tools/lli/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 := lli-child-target
|
||
|
|
||
|
include $(LEVEL)/Makefile.config
|
||
|
|
||
|
LINK_COMPONENTS :=
|
||
|
|
||
|
include $(LLVM_SRC_ROOT)/Makefile.rules
|