Skip to content

Commit

Permalink
chore(makefile): add make generate
Browse files Browse the repository at this point in the history
`make generate` will regenerate crds.yaml.

Longhorn 10193

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 18, 2025
1 parent bac3f6c commit 4def5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ TARGETS := $(shell ls scripts)

$(TARGETS): .dapper
./.dapper $@
generate:
bash k8s/generate_code.sh

.DEFAULT_GOAL := ci

Expand Down

0 comments on commit 4def5db

Please sign in to comment.