aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6ec2d1..fb0f871 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ pdf := $(name)/$(name).pdf
.PHONY: all
all: $(pdf)
-$(pdf): $(name).tex img/selfie_face.jpg | $(name)/
+$(pdf): $(name).tex img/face2020_warm.jpg | $(name)/
pdflatex -interaction=nonstopmode -halt-on-error '-output-directory=$(call escape,$(name))/' '$(call escape,$<)'
%/: