diff --git a/Makefile b/Makefile index cd685bd..1f8bb1f 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,13 @@ dev: .PHONY: spellcheck spellcheck: + @which mdspell + mdspell "chapters/**/*.md" + mdspell README.md + mdspell SUMMARY.md + +.PHONY: spellcheck-report +spellcheck-report: @which mdspell mdspell -r "chapters/**/*.md" mdspell -r README.md