From 9883c4450b130daf11a078137de233724116c23b Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 20 Jun 2018 20:36:04 +0630 Subject: [PATCH] Add jsoo boot file Signed-off-by: Rudi Grinberg --- src/js_of_ocaml_rules.boot.ml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/js_of_ocaml_rules.boot.ml diff --git a/src/js_of_ocaml_rules.boot.ml b/src/js_of_ocaml_rules.boot.ml new file mode 100644 index 00000000..59d9c512 --- /dev/null +++ b/src/js_of_ocaml_rules.boot.ml @@ -0,0 +1,8 @@ + +let build_cm _ ~scope:_ ~dir:_ ~js_of_ocaml:_ ~src:_ ~target:_ = [] + +let build_exe _ ~dir:_ ~js_of_ocaml:_ ~src:_ ~requires:_ = [] + +let setup_separate_compilation_rules _ _ = () + +let standard _ = []