lama_byterun/runtime32/_dune

10 lines
176 B
Text
Raw Normal View History

(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)))