mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
15 lines
279 B
Text
15 lines
279 B
Text
(library
|
|
(name tiny_httpd)
|
|
(public_name tiny_httpd)
|
|
(libraries threads seq)
|
|
(flags :standard -safe-string -warn-error -a+8)
|
|
(wrapped false))
|
|
|
|
(rule
|
|
(targets Tiny_httpd_html_.ml)
|
|
(deps
|
|
(:bin ./gen/gentags.exe))
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
(run %{bin}))))
|