diff --git a/index.html b/index.html index 600b9590..1a815235 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,8 @@

Development

make

Makefile will try to find out the number of your CPU cores and parallel as much as possible.

Once make finishes, you can run the binary:

+
dune exec mcltt examples/nary.mcl # or your own example
+

or more directly

_build/default/driver/mcltt.exe examples/nary.mcl # or your own example

To build Coq proof only, you can go into and only build the Coq folder:

cd theories