Skip to content

Commit

Permalink
Add interactive spellcheck target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Apr 30, 2020
1 parent 5d87515 commit 3981f7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3981f7d

Please sign in to comment.