mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
7 lines
134 B
Text
7 lines
134 B
Text
(rule
|
|
(target runtime.a)
|
|
(mode
|
|
(promote (until-clean)))
|
|
(deps Makefile gc_runtime.s runtime.c runtime.h)
|
|
(action
|
|
(run make)))
|