mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
21 lines
569 B
Makefile
21 lines
569 B
Makefile
|
##===- runtime/GC/Makefile ---------------------------------*- Makefile -*-===##
|
||
|
#
|
||
|
# The LLVM Compiler Infrastructure
|
||
|
#
|
||
|
# This file was developed by the LLVM research group and is distributed under
|
||
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||
|
#
|
||
|
##===----------------------------------------------------------------------===##
|
||
|
|
||
|
LEVEL = ../..
|
||
|
PARALLEL_DIRS := SemiSpace
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|
||
|
|
||
|
# Install target for libraries: Copy into the gcc install directory in chris's
|
||
|
# tree...
|
||
|
#
|
||
|
install::
|
||
|
|
||
|
clean::
|