lama_byterun/tutorial/dune

20 lines
270 B
Text
Raw Normal View History

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