tiny_httpd/src/html/dune
Simon Cruanes de9760d786
format
2024-08-15 09:18:15 -04:00

14 lines
261 B
Text

(library
(name tiny_httpd_html)
(public_name tiny_httpd.html)
(flags :standard -open Tiny_httpd_core)
(libraries seq tiny_httpd.core))
(rule
(targets html_.ml)
(deps
(:bin ./gen/gentags.exe))
(action
(with-stdout-to
%{targets}
(run %{bin}))))