We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e8589 commit 4efd14fCopy full SHA for 4efd14f
codegen/Makefile
@@ -24,17 +24,3 @@ download:
24
.PHONE: vulncheck
25
vulncheck: ## Check for Vulnerabilities (make sure you have the tools install: `make install-tools`)
26
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
40
- find ./examples -type f -name 'Makefile' -execdir sh -c 'make' \;
0 commit comments