The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HACKING.adoc tweak

Suggested-by: Antonin Décimo <antonin@tarides.com>

+2 -2
+2 -2
HACKING.adoc
··· 511 511 particular, you need to repeat the dune build every time you change the interface 512 512 of some compilation unit, so that merlin is aware of the new interface. 513 513 514 - You only need to run `configure` once, but you will need to run `make 515 - clean-for-dune` every time you want to run `dune` after you built 514 + You only need to run `configure` once, but you will need to run 515 + `make clean-for-dune` every time you want to run `dune` after you built 516 516 something with `make`; otherwise dune will complain that build 517 517 artefacts are present among the sources. (Not all build artifacts need 518 518 to be removed, `clean-for-dune` removes less than `clean` or