aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 02:37:02 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 02:37:02 +0100
commitc7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf (patch)
treebc253c202ae1f56358213571b5049f823774d794 /Makefile
parentworkflows/build: disable obsolete Pages builds (diff)
downloadcv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.tar.gz
cv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.zip
rename the picture file
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,$<)'
%/: