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 821266d..ca42997 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ build: $(pdf)
build/docker:
docker-compose run --rm build
-$(pdf): $(name).tex img/face2020_warm.jpg | $(name)/
+$(pdf): $(name).tex img/face.jpg | $(name)/
pdflatex -interaction=nonstopmode -halt-on-error '-output-directory=$(call escape,$(name))/' '$(call escape,$<)'
%/: