(executable
 (name ben)
 (public_name ben)
 (libraries ben_frontends))

(rule
 (target ben.ml)
 (deps ben.mlp)
 (action
  (with-stdout-to
   %{target}
   (chdir
    %{project_root}
    (run bin/fill_frontends.sh bin/ben.mlp)))))
