mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
7 lines
157 B
Text
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)))
|