hehe it's all inside the toplevel now

This commit is contained in:
cqc
2021-08-10 20:45:06 -05:00
parent 73d9260b1f
commit a4c10bbf57
7 changed files with 51 additions and 34 deletions

12
dune
View File

@ -19,18 +19,24 @@
ocaml-compiler-libs.toplevel))
(executable
(name test)
(name boot)
(modes byte)
(modules test)
(modules boot)
(link_flags (-linkall))
(libraries
topinf))
(library
(name topinf)
(modes byte)
(modules topinf)
(libraries
fmt
tsdl
tgls.tgles2
wall
zed
irmin-unix
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp
ocaml-compiler-libs.toplevel))