ocaml-containers/src/jbuild
2018-01-14 20:38:40 -06:00

10 lines
129 B
Text

(rule
((targets (flambda.flags))
(deps ((file mkflags.ml)))
(fallback)
(action
(run ocaml ./mkflags.ml))
))