Skip to content

Commit 9af06e8

Browse files
committed
format
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent bc62a6a commit 9af06e8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ RUFF_VERSION := ruff==0.15.15
1010
help:
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

2525
build: $(MATURIN)
2626
$(MATURIN) build -m server/Cargo.toml

0 commit comments

Comments
 (0)