woodpecker-email/Makefile
2018-02-08 16:50:01 +01:00

9 lines
130 B
Makefile

all: test build
test:
go vet
go test -cover -coverprofile=coverage.out
build:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build