lama_byterun/runtime/dune

14 lines
248 B
Text
Raw Normal View History

(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)))
(install
(section share)
(files
(runtime.a as x64/runtime.a)
(Std.i as x64/Std.i)))