Skip to content

Commit

Permalink
Merge pull request #3451 from jingyih/makefile
Browse files Browse the repository at this point in the history
chore: fix makefile
  • Loading branch information
google-oss-prow[bot] authored Dec 30, 2024
2 parents 72b79ef + 0d60ceb commit afaf658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ vet:

# Generate code including the dcl (legacy)
.PHONY: generate-including-dcl
generate:
generate-including-dcl:
go work vendor -o temp-vendor # So we can load DCL resources
go generate ./pkg/dcl/schema/...
rm -rf temp-vendor
Expand Down

0 comments on commit afaf658

Please sign in to comment.