Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Nett committed Aug 23, 2024
1 parent cf81eba commit b7ff062
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7ff062

Please sign in to comment.