aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a08c85bb..4c87a1202 100644
--- a/Makefile
+++ b/Makefile
@@ -380,7 +380,7 @@ scan-build: clean
380.PHONY: codespell 380.PHONY: codespell
381codespell: 381codespell:
382 @printf 'Running %s...\n' $@ 382 @printf 'Running %s...\n' $@
383 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ 383 @codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
384 -S *.d,*.gz,*.o,*.so \ 384 -S *.d,*.gz,*.o,*.so \
385 -S COPYING,m4 \ 385 -S COPYING,m4 \
386 -S ./contrib/syscalls.sh \ 386 -S ./contrib/syscalls.sh \