aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3e0ad551..7bbdcbfd3 100644
--- a/Makefile
+++ b/Makefile
@@ -367,8 +367,11 @@ scan-build: clean
367 scan-build $(MAKE) 367 scan-build $(MAKE)
368 368
369.PHONY: codespell 369.PHONY: codespell
370codespell: clean 370codespell:
371 codespell --ignore-regex "UE|creat|doas|ether|isplay|shotcut" src test 371 @printf 'Running %s...\n' $@
372 @codespell --ignore-regex "UE|creat|doas|ether|isplay|shotcut" \
373 -S *.gz,*.o,*.so \
374 src test
372 375
373.PHONY: print-env 376.PHONY: print-env
374print-env: 377print-env: