diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ The House of Icarus — a sci-fi MUD in Go. YAML-driven, no database. "Technolog ## Build & Run ``` -make build # go build -o thoi ./cmd/mud +make build # go build -o thoi ./cmd/thoi make run # build + run with DATA_DIR=./data make test # DATA_DIR=$(PWD)/data go test ./... -timeout 60s make vet # go vet ./... |
