11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
(executable
|
|
(name bench)
|
|
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% -V OCAML:%{ocaml_version} %{input-file})))
|
|
(libraries unix %%%SOSA_PKG%%% %%%GWDB_PKG%%% geneweb benchmark)
|
|
)
|
|
|
|
(rule
|
|
(action (run ./bench.exe) )
|
|
(alias runbench)
|
|
)
|