diff --git a/Makefile.am b/Makefile.am index d40494d1..d537135e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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