Skip to content

Commit

Permalink
chore: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyih committed Dec 30, 2024
1 parent 5978c11 commit 0d60ceb
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 0d60ceb

Please sign in to comment.