lama_byterun/runtime32/_dune
ProgramSnail 401805c229 [TMP]
2024-12-09 01:50:22 +03:00

9 lines
176 B
Text

(rule
(target runtime.a)
(enabled_if
(= %{system} "linux"))
(mode
(promote (until-clean)))
(deps Makefile gc_runtime.s runtime.c runtime.h)
(action
(run make -j2)))