diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 05:52:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 05:54:20 +0300 |
commit | e4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b (patch) | |
tree | 02bcef4dd6fb1bb8e18d7407f60dafe33e2c80ea /Makefile | |
parent | workflows/build: error out if no files to upload (diff) | |
download | cv-e4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b.tar.gz cv-e4c0faa1b8bbf9f5f1a99761bf0accba407d8b7b.zip |
update my picture
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,$<)' %/: |