mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +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
15
stdlib/amd64/dune
Normal file
15
stdlib/amd64/dune
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(rule
|
||||
(deps ../List.lama ../Makefile ../../runtime/Std.i)
|
||||
(targets List.i List.o)
|
||||
(action
|
||||
(progn
|
||||
(setenv
|
||||
BDIR
|
||||
"amd64"
|
||||
(setenv
|
||||
LAMA
|
||||
"../runtime"
|
||||
(setenv
|
||||
LAMAC
|
||||
"../src/Driver.exe -I ../runtime"
|
||||
(run make -C .. all)))))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue