mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
19 lines
499 B
Makefile
19 lines
499 B
Makefile
|
##===- bindings/Makefile -----------------------------------*- Makefile -*-===##
|
||
|
#
|
||
|
# The LLVM Compiler Infrastructure
|
||
|
#
|
||
|
# This file was developed by Gordon Henriksen and is distributed under the
|
||
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
||
|
#
|
||
|
##===----------------------------------------------------------------------===##
|
||
|
|
||
|
LEVEL := ..
|
||
|
|
||
|
include $(LEVEL)/Makefile.config
|
||
|
|
||
|
ifdef OCAMLC
|
||
|
PARALLEL_DIRS += ocaml
|
||
|
endif
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|