Ninja_utils.Rule
Helper module to build ninja rules.
Represents the minimal ninja rule representation for Clerk:
rule <name>
command = <command>
[description = <description>]
make name ~command ~description
returns the corresponding ninja
Rule
.t.
val format : Stdlib.Format.formatter -> t -> unit
format fmt rule
outputs in fmt
the string representation of the ninja rule
.