Skip to content

Commit

Permalink
Add 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 4b313ac commit 5035b02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ juce-freebsd-example
ATK
3
IO
10
JS
Golang
CC0
1.0
perf
AppVeyor
- chapters/ci.md
TLDR
- chapters/testing/pluginval.md
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ html:
dev:
gitbook serve --debug

spellcheck:
mdspell -r "chapters/**/*.md"
mdspell -r README.md
mdspell -r SUMMARY.md

.PHONY: clean
clean:
rm -rf $(DIST_DIR)
Expand Down

0 comments on commit 5035b02

Please sign in to comment.