From b7ff06285f7e4217097b8d25bdcfc0c507a6fdb1 Mon Sep 17 00:00:00 2001 From: Niklas Nett Date: Fri, 23 Aug 2024 18:56:41 +0200 Subject: [PATCH] Update makefile --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 7190e25..90b42c6 100644 --- a/Makefile +++ b/Makefile @@ -13,15 +13,7 @@ all: build build: $(GOBUILD) ./cli/gocomply_xsd2go -.PHONY: pkger vendor -pkger: -ifeq ("$(wildcard $(GOBIN)/pkger)","") - go install github.com/markbates/pkger/cmd/pkger@latest -endif - -ci-update-bundled-deps: pkger - $(GOBIN)/pkger -o pkg/template - go fmt ./pkg/template +.PHONY: vendor vendor: $(GO) mod tidy