mox/vendor/github.com/mjl-/sconf/Makefile
Mechiel Lukkien cb229cb6cf
mox!
2023-01-30 14:27:06 +01:00

12 lines
213 B
Makefile

build:
go build ./...
go vet ./...
GOARCH=386 go vet ./...
staticcheck ./...
fmt:
gofmt -w -s *.go cmd/*/*.go
test:
go test -shuffle=on -coverprofile cover.out
go tool cover -html=cover.out -o cover.html