aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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.