mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
WIP on more dune
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
6761c1d0ef
commit
092d5f2f33
12 changed files with 174 additions and 66 deletions
7
runtime/dune
Normal file
7
runtime/dune
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue