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

19 lines
270 B
Text

(rule
(targets Hello.exe)
(deps Hello.lama)
(mode
(promote (until-clean)))
(action
(setenv
LAMA
"../runtime32"
(run
%{project_root}/src/Driver.exe
%{deps}
-march=x86
-I
../stdlib/x32
-I
../runtime32
-o
%{targets}))))