Update Makefile

This commit is contained in:
Jay Gabriels 2022-01-10 08:00:01 -08:00
parent d1f0be388f
commit 18cc8a360e
No known key found for this signature in database
GPG Key ID: 47EC2E34963C2D56

View File

@ -14,3 +14,7 @@ homebrew:
.PHONY: fmt
fmt:
$(GOFMT) -w $(GOFILES)
.PHONY: release
release:
goreleaser release