TEMPDIR := `mktemp -d` build: CGO=0 go build -o bumpver install: install bumpver $HOME/.local/bin test: golangci-lint run go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./... go tool cover -func={{ TEMPDIR }}/testcover.out