Skip to content

Commit

Permalink
fixing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLJames committed Nov 10, 2024
1 parent a9b999d commit c8b7ddc
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 @@ -15,7 +15,7 @@ gen-schema:
verify: verify-gen

.PHONY: verify-gen
verify-gen: gen
verify-gen:
@if !(git diff --exit-code HEAD); then \
echo "generated files are out of date, run make gen"; exit 1; \
fi

0 comments on commit c8b7ddc

Please sign in to comment.