This commit is contained in:
zanostro 2025-12-07 11:27:01 +01:00
parent 18a14d204c
commit 717568b6d0
30 changed files with 4093 additions and 209 deletions

View file

@ -18,11 +18,14 @@ This single command will:
## Build Commands
| Command | Description |
|---------|-------------|
| `make` | Build the project |
| `make run` | Build and run the simulator |
| `make clean` | Clean build artifacts |
| Command | Description |
|--------------|----------------------------------------------------|
| `make` | Build the project |
| `make build` | Build the project |
| `make run` | Build run the simulator |
| `make clean` | Clean build artifacts |
| `make run` | Clean build artifacts, build and run the simulator |
## Project Structure