Skip to content

Commit

Permalink
Makefile: add a [verify-]codespell target.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Aug 27, 2024
1 parent a7163d2 commit beba279
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ verify-generate: generate
exit "$$ec"; \
fi

verify-codespell codespell:
$(Q) codespell

#
# targets for installing dependencies
#
Expand Down

0 comments on commit beba279

Please sign in to comment.