fixed makefile for goreleaser v2 changes (#278)

This commit is contained in:
Zack Brady
2024-07-30 13:18:17 -04:00
committed by GitHub
parent a4685169c6
commit 047b7a7003
+1 -1
View File
@@ -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;\