chore: update
This commit is contained in:
parent
4776edc9db
commit
416d97c513
25 changed files with 1653 additions and 283 deletions
16
exm/ballc/dune
Normal file
16
exm/ballc/dune
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue