diff options
Diffstat (limited to 'stanzione/Makefile')
-rw-r--r-- | stanzione/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/stanzione/Makefile b/stanzione/Makefile index 4a3f928..3757fc9 100644 --- a/stanzione/Makefile +++ b/stanzione/Makefile @@ -1,7 +1,7 @@ .POSIX: .SUFFIXES: .tex .pdf -PDFS = mm1.pdf +PDFS = mm1.pdf mm2.pdf mm3.pdf PDFLATEX = pdflatex BIBER = biber @@ -21,5 +21,10 @@ clean: mm1.pdf: yang.jpg +mm3.pdf: zimbardo.jpg + yang.jpg: curl -o yang.jpg "https://upload.wikimedia.org/wikipedia/commons/7/7f/Yang-single_%28restoration%29.jpg" + +zimbardo.jpg: zimbardo.webp + magick zimbardo.webp zimbardo.jpg |