lama_byterun/performance/dune
ProgramSnail 3dfefdb2ca Revert "[TMP] run mods"
This reverts commit a79644ec43.
2025-03-16 11:24:47 +03:00

22 lines
318 B
Text

(rule
(targets Sort.exe)
(deps
(:lama Sort.lama)
../runtime/runtime.a
../stdlib/x64/Fun.i)
(mode
(promote (until-clean)))
(action
(setenv
LAMA
"../runtime"
(run
%{project_root}/src/Driver.exe
-64
%{lama}
-I
../stdlib/x64
-runtime
../runtime
-o
%{targets}))))