Skip to content

Commit 89742cc

Browse files
author
Vladimir Kotal
committed
enable spellcheck by default
1 parent bf9bccb commit 89742cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TEX= common.tex \
4141
SLIDES= $(TEX) ${SLIDE}
4242
NOTES= $(TEX) ${NOTE}
4343

44-
all: slides notes
44+
all: slides notes spellcheck
4545

4646
slides: $(SLIDES)
4747
@for i in ${SLIDES}; do \

0 commit comments

Comments
 (0)