Skip to content
Snippets Groups Projects
Commit bf237996 authored by Cesar Roux Dit Buisson's avatar Cesar Roux Dit Buisson
Browse files

Merge branch 'js_of_ocaml' of https://github.com/resource-reasoning/jscert_dev into js_of_ocaml

parents e68e38e4 ff7e941f
No related branches found
No related tags found
No related merge requests found
...@@ -6,17 +6,13 @@ ...@@ -6,17 +6,13 @@
# OCAMLBIN=~/shared/ocamleasy/bin/ # OCAMLBIN=~/shared/ocamleasy/bin/
# OCAMLLIB=~/shared/ocamleasy/lib # OCAMLLIB=~/shared/ocamleasy/lib
ML_DIRS := parsing typing utils stdlib_ml
LIB_DEP := str.cma
STD_DIR := stdlib_ml STD_DIR := stdlib_ml
TEST_DIR := tests TEST_DIR := tests
TEST_DIR_JS := tests/js TEST_DIR_JS := tests/js
ML_TESTS := $(wildcard $(TEST_DIR)/*.ml) ML_TESTS := $(wildcard $(TEST_DIR)/*.ml)
CC := ocamlc -c CC := ocamlc -c
OCAMLBUILD := ocamlbuild -r -j 4 -classic-display \ OCAMLBUILD := ocamlbuild -j 4 -classic-display -use-ocamlfind
$(addprefix -lflag , $(LIB_DEP) -g) \
$(addprefix -I ,$(ML_DIRS)) \
all: main.byte all: main.byte
......
true: package(str)
<parsing>: include
<typing>: include
<utils>: include
<tests>: precious
<stdlib_ml>: precious
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment