chore: remove module build instructions from CLAUDE.md (#13386)

This seems to be prone to confusing Claude
This commit is contained in:
Sebastian Ullrich 2026-04-13 12:08:33 +02:00 committed by GitHub
parent c54f691f4a
commit cd697eac81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: