lama_byterun/performance/dune
Kakadu b55a3c80b6 Fix compilation in performance/
Signed-off-by: Kakadu <Kakadu@pm.me>
2025-02-27 22:52:14 +03:00

21 lines
294 B
Text

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