aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1d92ec7ac..b15d16b6a 100644
--- a/Makefile
+++ b/Makefile
@@ -368,8 +368,8 @@ scan-build: clean
368.PHONY: codespell 368.PHONY: codespell
369codespell: 369codespell:
370 @printf 'Running %s...\n' $@ 370 @printf 'Running %s...\n' $@
371 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ 371 @codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
372 -S *.gz,*.o,*.so \ 372 -S *.d,*.gz,*.o,*.so \
373 -S COPYING,m4 \ 373 -S COPYING,m4 \
374 -S ./contrib/syscalls.sh \ 374 -S ./contrib/syscalls.sh \
375 . 375 .