We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9bccb commit 89742ccCopy full SHA for 89742cc
Makefile
@@ -41,7 +41,7 @@ TEX= common.tex \
41
SLIDES= $(TEX) ${SLIDE}
42
NOTES= $(TEX) ${NOTE}
43
44
-all: slides notes
+all: slides notes spellcheck
45
46
slides: $(SLIDES)
47
@for i in ${SLIDES}; do \
0 commit comments