Skip to content

Commit 462705b

Browse files
committed
use parens
1 parent 457cf09 commit 462705b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ TEX_FILES= common.tex \
3838
history.tex \
3939
appendix.tex
4040

41-
SLIDES= $(TEX_FILES) ${SLIDE}
42-
NOTES= $(TEX_FILES) ${NOTE}
41+
SLIDES= $(TEX_FILES) $(SLIDE)
42+
NOTES= $(TEX_FILES) $(NOTE)
4343

4444
all: slides notes spellcheck
4545

0 commit comments

Comments
 (0)