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 _ = []