From 1b59872b367c24a84c323e7193786c8c3c70a98f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 13 Sep 2021 11:10:09 -0400 Subject: Switch spelling checker to cspell --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71f34ea6..765f9975 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,11 @@ all: $(ALL_TARGETS) ; check: $(TEST_TARGETS) +.PHONY: spell +# npm install -g cspell; add exceptions to cSpell.json +spell: + cspell **/*.hh **/*.cc manual/* ChangeLog README* TODO + # Install targets are in the make directory in the rules-specific make # fragments. -- cgit v1.2.3-70-g09d2