Fixed version of hw2
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
3308388106
commit
b8fc429f4d
25 changed files with 1983 additions and 1963 deletions
44
hw2/bin/dune
44
hw2/bin/dune
|
|
@ -1,22 +1,22 @@
|
|||
(library
|
||||
(name sim)
|
||||
(modules simulator int64_overflow)
|
||||
(libraries x86 num))
|
||||
|
||||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -g -w "+a-4-7-9-26-27-29-30-32..42-44-45-48-50-60-66..70"))))
|
||||
|
||||
(executable
|
||||
(public_name main)
|
||||
(name main)
|
||||
(modules main)
|
||||
(promote (until-clean))
|
||||
(libraries
|
||||
; OCaml standard libraries
|
||||
; project libraries
|
||||
util
|
||||
x86
|
||||
studenttests
|
||||
gradedtests))
|
||||
(library
|
||||
(name sim)
|
||||
(modules simulator int64_overflow)
|
||||
(libraries x86 num))
|
||||
|
||||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -g -w "+a-4-7-9-26-27-29-30-32..42-44-45-48-50-60-66..70"))))
|
||||
|
||||
(executable
|
||||
(public_name main)
|
||||
(name main)
|
||||
(modules main)
|
||||
(promote (until-clean))
|
||||
(libraries
|
||||
; OCaml standard libraries
|
||||
; project libraries
|
||||
util
|
||||
x86
|
||||
studenttests
|
||||
gradedtests))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue