summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fb45dce..c94e29c5 100644
--- a/Makefile
+++ b/Makefile
@@ -163,3 +163,9 @@ sanity-check-versions:
done ;\
echo good. ;\
done
+
+.PHONY: codespell
+codespell:
+ codespell --disable-colors --write-changes \
+ -L "ede,iff,mut,nd,te,uint" \
+ -S "*.bin,*.gpg,*.pgp,./.git,./target,data,highlight.js"