mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-08 04:05:35 -05:00
14 lines
261 B
Text
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}))))
|