From c08dab076f7b4d00c198d6e2b9df975d215818b6 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 19 Sep 2016 22:51:38 +0200 Subject: [PATCH] makefile_template: default to build both slides{,_with_notes}.pdf --- makefile_template.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile_template.erb b/makefile_template.erb index 42e68d6..af1527c 100644 --- a/makefile_template.erb +++ b/makefile_template.erb @@ -1,3 +1,5 @@ +all: slides.pdf slides_with_notes.pdf + slides.pdf: slides.tex <%= deck_files.join " " %> pdflatex -draftmode $< pdflatex $<