Skip to content

Commit

Permalink
Note about make install and Makefile.jst (ocaml#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfirere committed Nov 1, 2022
1 parent 5bf2820 commit 75f402e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HACKING.jst.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ to build without running the testsuite, or:
$ make -f Makefile.jst hacking

to start a continuously polling build of the compiler.

Note that the dune-based build system is entirely separate from the main
Makefile, and so you will need to use `make -f Makefile.jst install`
to install after building.

0 comments on commit 75f402e

Please sign in to comment.