diff options
Diffstat (limited to 'bindgen/ocaml/bindings/dune')
-rw-r--r-- | bindgen/ocaml/bindings/dune | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/bindgen/ocaml/bindings/dune b/bindgen/ocaml/bindings/dune index 673491d..5f109ff 100644 --- a/bindgen/ocaml/bindings/dune +++ b/bindgen/ocaml/bindings/dune @@ -1,13 +1,3 @@ (library (name bindings) - (libraries bindgen)) - -(rule - (alias gen_bindings) - (deps celeritas.h) - (targets bindings_sys.ml caml_bindings.c) - (action - (run - %{bin:ocaml-bindgen} celeritas.h bindings) - ) - (mode (promote (until-clean))))
\ No newline at end of file + (libraries ))
\ No newline at end of file |