about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-05 09:49:32 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-05 09:49:32 +0200
commit16df5d825537c0f624f2b8528b5f72179d3feb55 (patch)
tree93a27eed326017758e3e3b30aabe30ffcadaf952
parent02e7cc029c910ed63500cd1ce9aa1621e44b2653 (diff)
downloadprofani-tty-16df5d825537c0f624f2b8528b5f72179d3feb55.tar.gz
Add makefile target for spell checking and all tests
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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