lama_byterun/stdlib/amd64/dune

16 lines
272 B
Text
Raw Normal View History

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