A minimal runtime for executing portable OCaml bytecode. A bytecode standard library is not yet provided.
5 lines
136 B
PHP
5 lines
136 B
PHP
OCAML_PORT_DIR := $(call select_from_ports,ocaml)
|
|
OCAML_SRC_DIR := $(OCAML_PORT_DIR)/src/ocaml
|
|
|
|
INC_DIR += $(REP_DIR)/src/app/ocamlrun
|