aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 05:52:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 05:54:20 +0300
commite4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b (patch)
tree02bcef4dd6fb1bb8e18d7407f60dafe33e2c80ea /Makefile
parentworkflows/build: error out if no files to upload (diff)
downloadcv-e4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b.tar.gz
cv-e4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b.zip
update my picture
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,$<)'
%/: