diff --git a/Makefile b/Makefile index c6e92224..90151f89 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: CGO_ENABLED=0 go build -o bin ./cmd/...;\ build-all: fmt vet - goreleaser build --rm-dist --snapshot + goreleaser build --clean --snapshot install: rm -rf cmd/hauler/binaries;\