Setup Scala
This commit is contained in:
parent
8dec7591dd
commit
13a8e74189
37 changed files with 290 additions and 187 deletions
12
ocaml/lib/problems/dune
Normal file
12
ocaml/lib/problems/dune
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(rule
|
||||
(target all.ml)
|
||||
(deps
|
||||
(:problem_files
|
||||
(glob_files "./problem*{[!r][!e].ml,.re}"))
|
||||
(:generator generator/gen.exe))
|
||||
(action
|
||||
(run %{generator} %{target} %{problem_files})))
|
||||
|
||||
(library
|
||||
(name problems)
|
||||
(libraries problem import str))
|
||||
Loading…
Add table
Add a link
Reference in a new issue