lama_byterun/stdlib/amd64/dune
Kakadu 092d5f2f33 WIP on more dune
Signed-off-by: Kakadu <Kakadu@pm.me>
2024-09-05 19:12:37 +03:00

15 lines
272 B
Text

(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)))))))