lama_byterun/runtime32/dune
ProgramSnail 34d80da611 Revert "[TMP]"
This reverts commit 401805c229.
2025-01-08 22:25:01 +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)))