mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-05 21:48:14 +00:00
[TMP]
This commit is contained in:
parent
9ad694a439
commit
401805c229
4 changed files with 2 additions and 1 deletions
9
runtime32/_dune
Normal file
9
runtime32/_dune
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue