@@ -10,17 +10,17 @@ RUFF_VERSION := ruff==0.15.15
1010help :
1111 @echo " SandD - Sandbox Daemon - Build Commands"
1212 @echo " "
13- @echo " make build - Build Python package (debug mode)"
14- @echo " make install - Install Python package locally"
15- @echo " make dev - Install in development mode with hot reload"
16- @echo " make test - Run unit and integration tests (fast, no Docker)"
17- @echo " make test-e2e - Run direct-mode end-to-end tests with Docker (slow)"
18- @echo " make test-e2e-tunnel- Run tunnel-mode (Tailscale mesh) e2e tests (slow)"
19- @echo " make daemon-build - Build daemon binary (debug)"
20- @echo " make daemon-release - Build daemon binary (release)"
21- @echo " make docker-build - Build Docker image for daemon"
22- @echo " make docker-down - Stop and remove Docker containers"
23- @echo " make clean - Clean build artifacts"
13+ @echo " make build - Build Python package (debug mode)"
14+ @echo " make install - Install Python package locally"
15+ @echo " make dev - Install in development mode with hot reload"
16+ @echo " make test - Run unit and integration tests (fast, no Docker)"
17+ @echo " make test-e2e - Run direct-mode end-to-end tests with Docker (slow)"
18+ @echo " make test-e2e-tunnel - Run tunnel-mode (Tailscale mesh) e2e tests (slow)"
19+ @echo " make daemon-build - Build daemon binary (debug)"
20+ @echo " make daemon-release - Build daemon binary (release)"
21+ @echo " make docker-build - Build Docker image for daemon"
22+ @echo " make docker-down - Stop and remove Docker containers"
23+ @echo " make clean - Clean build artifacts"
2424
2525build : $(MATURIN )
2626 $(MATURIN ) build -m server/Cargo.toml
0 commit comments