diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-27 16:25:27 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-27 16:25:27 +1100 |
commit | c2812d1a79a1d790b2c549abdfe9344d4fb4f4d2 (patch) | |
tree | 58cb7b3e05b8327f6b2395ee0df38a0d4b674af0 /bindgen/ocaml/bindings/dune | |
parent | 7577b6d51c5180ec23f93cec79a5c77e54130558 (diff) |
removing old ocaml glue code
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 |