4 lines
93 B
TOML
4 lines
93 B
TOML
|
[tasks.build]
|
||
|
description = "Build all tools"
|
||
|
run = ["go build -trimpath -o bin/ ./cmd/..."]
|