(executable
 (name      minihtml)
 (libraries tyxml)
)
(rule
 (targets index.html)
 (deps minihtml.exe)
 (action (run %{exe:minihtml.exe}))
)
