mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
10 lines
129 B
Text
10 lines
129 B
Text
|
|
|
|
(rule
|
|
((targets (flambda.flags))
|
|
(deps ((file mkflags.ml)))
|
|
(fallback)
|
|
(action
|
|
(run ocaml ./mkflags.ml))
|
|
))
|
|
|