mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
10 lines
182 B
Text
10 lines
182 B
Text
|
|
(rule
|
||
|
|
(target byterun.exe)
|
||
|
|
(deps
|
||
|
|
(:main byterun.c)
|
||
|
|
(:runtime ../runtime/runtime.a))
|
||
|
|
(mode
|
||
|
|
(promote (until-clean)))
|
||
|
|
(action
|
||
|
|
(run gcc -g %{main} %{runtime} -o %{target})))
|