diff --git a/simulator_SIC_XE/README.md b/simulator_SIC_XE/README.md index 9842788..aac6331 100644 --- a/simulator_SIC_XE/README.md +++ b/simulator_SIC_XE/README.md @@ -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