lama_byterun/runtime/dune
Kakadu 092d5f2f33 WIP on more dune
Signed-off-by: Kakadu <Kakadu@pm.me>
2024-09-05 19:12:37 +03:00

7 lines
157 B
Text

(rule
(target runtime.a)
(mode
(promote (until-clean)))
(deps Makefile gc.c gc.h runtime_common.h runtime.c runtime.h printf.S)
(action
(run make)))