mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 11:45:36 -05:00
29 lines
498 B
Text
29 lines
498 B
Text
|
|
(env
|
|
(_
|
|
(flags :standard -warn-error -a+8 -w +a-4-32-40-42-44-48-70 -color always -safe-string
|
|
-strict-sequence)))
|
|
|
|
(library
|
|
(name tiny_httpd)
|
|
(public_name tiny_httpd)
|
|
(libraries threads seq unix)
|
|
(wrapped false))
|
|
|
|
(rule
|
|
(targets Tiny_httpd_html_.ml)
|
|
(deps
|
|
(:bin ./gen/gentags.exe))
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
(run %{bin}))))
|
|
|
|
(rule
|
|
(targets Tiny_httpd_atomic_.ml)
|
|
(deps
|
|
(:bin ./gen/mkshims.exe))
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
(run %{bin}))))
|