Skip to content

Commit

Permalink
boot rules valid only from the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Feb 13, 2024
1 parent 99b612f commit df5a847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dependency diagram:

If you modify the Pulse checker in `src/checker`, you need to
regenerate and recompile the corresponding OCaml snapshot, with `make -j
boot-checker` .
boot-checker` from the Pulse root directory.

Modifying the Pulse checker does not require a source repository clone
of F*.
Expand Down Expand Up @@ -88,7 +88,7 @@ against the F* sources. An opam installation of F* (or a binary
package) will not work.

Then, you can extract the rules and recompile everything with `make -j
boot` .
boot` from the Pulse root directory.

Alternatively, you can do `make -j full-boot`, which will remove all
generated OCaml files beforehand.
Expand Down

0 comments on commit df5a847

Please sign in to comment.