lama_byterun/runtime32/dune

8 lines
136 B
Text
Raw Normal View History

(rule
(target runtime32.a)
(mode
(promote (until-clean)))
(deps Makefile gc_runtime.s runtime.c runtime.h)
(action
(run make)))