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 5b9335127..5a08c85bb 100644
--- a/Makefile
+++ b/Makefile
@@ -381,7 +381,7 @@ scan-build: clean
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 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
384 -S *.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 \
387 . 387 .