Skip to content

Commit 4efd14f

Browse files
committed
chore(codegen): cleanup makefile
1 parent 20e8589 commit 4efd14f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

codegen/Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,3 @@ download:
2424
.PHONE: vulncheck
2525
vulncheck: ## Check for Vulnerabilities (make sure you have the tools install: `make install-tools`)
2626
govulncheck ./...
27-
28-
.PHONY: install
29-
install: ## Install latest version of py-sdk-gen
30-
go install ./cmd/py-sdk-gen/...
31-
32-
.PHONY: generate
33-
generate: ## Generate all test files
34-
@set -e
35-
find ./tests -type f -name 'go.mod' -execdir sh -c 'go generate ./...' \;
36-
37-
.PHONY: update-examples
38-
update-examples: ## Update all examples
39-
@set -e
40-
find ./examples -type f -name 'Makefile' -execdir sh -c 'make' \;

0 commit comments

Comments
 (0)