From 32f2e3355e8c1cc558262cb33b504701b7a20233 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Wed, 7 Jun 2023 19:17:47 -0400 Subject: [PATCH] Stop deleting the maxmind files --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d084f58c..6e2c3e13 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ BUILDDIR=$(CURDIR)/dist GORELEASER=go run github.com/goreleaser/goreleaser -.PHONY: release release-local test clean clean-all +.PHONY: release release-local test clean # This requires GITHUB_TOKEN to be set. -release: clean-all +release: clean $(GORELEASER) release-local: @@ -23,6 +23,3 @@ go.mod: tools.go clean: rm -rf $(BUILDDIR) go clean - -clean-all: clean - rm -rf $(CURDIR)/third_party/maxmind/*