From b243177be957de36ed30982d952aa622f06aa7cc Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 20 Feb 2022 14:29:31 -0500 Subject: howard homeworks and all the mastery mailings --- stanzione/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'stanzione/Makefile') 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 -- cgit