diff --git a/makefile_template.erb b/makefile_template.erb index af1527c..95c1f25 100644 --- a/makefile_template.erb +++ b/makefile_template.erb @@ -1,4 +1,4 @@ -all: slides.pdf slides_with_notes.pdf +ALL: slides.pdf slides_with_notes.pdf slides.pdf: slides.tex <%= deck_files.join " " %> pdflatex -draftmode $<