diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 02:37:02 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 02:37:02 +0100 |
commit | c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf (patch) | |
tree | bc253c202ae1f56358213571b5049f823774d794 /Makefile | |
parent | workflows/build: disable obsolete Pages builds (diff) | |
download | cv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.tar.gz cv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.zip |
rename the picture file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,$<)' %/: |