mirror of https://github.com/c3d2/slidenado/
makefile_template: uppercase "ALL" like in Makefile
parent
706886b966
commit
be04617704
|
@ -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 $<
|
||||
|
|
Loading…
Reference in New Issue