Browse Source

remove reference to removed clean-all make target

test-refactor
cinnaboot 2 months ago
parent
commit
71c00a7c94
  1. 1
      docs/technical_reference.md

1
docs/technical_reference.md

@ -258,7 +258,6 @@ The project is split into a core simulation library and a visualizer example.
- `make test` — build and run all tests
- `make test-build` — rebuild test executable only
- `make clean` — clean build artifacts
- `make clean-all` — clean everything including example
- `make rebuild` — clean and rebuild all
**Example Makefile** (visualizer):

Loading…
Cancel
Save