From be046177042192a474967d61e97935db1241cb1f Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 19 Sep 2016 23:31:42 +0200 Subject: [PATCH] makefile_template: uppercase "ALL" like in Makefile --- makefile_template.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $<