1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Add makefile target for spell checking and all tests

This commit is contained in:
Michael Vetter 2021-10-05 09:49:32 +02:00
parent 02e7cc029c
commit 16df5d8255

View File

@ -339,3 +339,8 @@ check-unit: tests/unittests/unittests
format: $(all_c_sources)
clang-format -i $(all_c_sources)
spell:
codespell
doublecheck: format check spell