lama_byterun/runtime/dune

8 lines
157 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)))