16 lines
221 B
Text
16 lines
221 B
Text
(env
|
|
(dev
|
|
(flags
|
|
(:standard -w -a))))
|
|
|
|
(rule
|
|
(targets ball.ml main.ml ball.zci)
|
|
(deps
|
|
(:zl ball.zls))
|
|
(action
|
|
(run zeluc -s main %{zl})))
|
|
|
|
(executable
|
|
(public_name ballc.exe)
|
|
(name main)
|
|
(libraries hsim))
|