chore: remove module build instructions from CLAUDE.md (#13386)
This seems to be prone to confusing Claude
This commit is contained in:
parent
c54f691f4a
commit
cd697eac81
1 changed files with 0 additions and 5 deletions
|
|
@ -7,11 +7,6 @@ To build Lean you should use `make -j$(nproc) -C build/release`.
|
|||
The build uses `ccache`, and in a sandbox `ccache` may complain about read-only file systems.
|
||||
Use `CCACHE_READONLY` and `CCACHE_TEMPDIR` instead of disabling ccache completely.
|
||||
|
||||
To rebuild individual modules without a full build, use Lake directly:
|
||||
```
|
||||
cd src && lake build Init.Prelude
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
||||
See `tests/README.md` for full documentation. Quick reference:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue