mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
9 lines
176 B
Text
9 lines
176 B
Text
(rule
|
|
(target runtime.a)
|
|
(enabled_if
|
|
(= %{system} "linux"))
|
|
(mode
|
|
(promote (until-clean)))
|
|
(deps Makefile gc_runtime.s runtime.c runtime.h)
|
|
(action
|
|
(run make -j2)))
|