Files
gobar/Makefile
2026-02-27 21:20:08 -07:00

6 lines
64 B
Makefile

build:
go build -o bin/gobar ./cmd/gobar
test:
go test ./...