Skip to content

Commit 153b121

Browse files
committed
fix makefile
1 parent 1c83cde commit 153b121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ pdf_slides: $(subst .md,.pdf,$(MARKDOWN_SLIDES))
3535

3636
MD_SLIDES=$(shell find . -name "*.md" | grep -v reveal.js | grep -v overview.md)
3737
MD_OVERVIEWS=$(addsuffix .overview.md,$(basename $(MD_SLIDES)))
38-
overview: ./md_overview.sh $(MD_OVERVIEWS))
38+
overview: ./md_overview.sh $(MD_OVERVIEWS)
3939

4040
.PHONY: overview

0 commit comments

Comments
 (0)