diff options
author | Holden Rohrer <hr@hrhr.dev> | 2022-02-20 14:29:31 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2022-02-20 14:29:31 -0500 |
commit | b243177be957de36ed30982d952aa622f06aa7cc (patch) | |
tree | a49ab238a61894afa0b1118ca87ea24f42ddfd9b /stanzione/Makefile | |
parent | 6d54a14e80dfdadfc4ee08989744442fbe02e6c0 (diff) |
howard homeworks and all the mastery mailings
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 |