aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3e0ad551..c04d721cf 100644
--- a/Makefile
+++ b/Makefile
@@ -366,9 +366,16 @@ cppcheck: clean
366scan-build: clean 366scan-build: clean
367 scan-build $(MAKE) 367 scan-build $(MAKE)
368 368
369# TODO: Old codespell versions (such as v2.1.0 in CI) have issues with
370# contrib/syscalls.sh
369.PHONY: codespell 371.PHONY: codespell
370codespell: clean 372codespell:
371 codespell --ignore-regex "UE|creat|doas|ether|isplay|shotcut" src test 373 @printf 'Running %s...\n' $@
374 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
375 -S *.gz,*.o,*.so \
376 -S COPYING,m4 \
377 -S ./contrib/syscalls.sh \
378 .
372 379
373.PHONY: print-env 380.PHONY: print-env
374print-env: 381print-env: