Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
chore: Fix README.md on how to build coq-prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed Jul 31, 2019
1 parent e1f86d3 commit 0c75443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
build:
dune build

install: build
dune install

html: build
./configure.sh
make -f Makefile.coq html
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ online.](https://anssi-fr.github.io/coq-prelude/toc.html)
This project uses `dune` as its build system.

```bash
dune install
dune build
```

For convenience purpose, a `Makefile` is provided, with the default rule being a
call to `dune install`. Hence, one can just type:
call to `dune build`. Hence, one can just type:

```bash
make
Expand Down

0 comments on commit 0c75443

Please sign in to comment.