mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
14 lines
447 B
Makefile
14 lines
447 B
Makefile
|
##===- bindings/ocaml/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 := ../..
|
||
|
DIRS = llvm bitwriter
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|