From 83518b76daacc47b1031864db5caadf30d33684e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sun, 14 Sep 2025 13:11:28 +0200 Subject: [PATCH] Add pdf rule for vim make to work --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eb8a6b..e87993c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,9 @@ LOGS := $(SRCS:%.tex=%.log) all : $(CVS) -%.pdf : %.tex +pdf : $(CVS) + +%.pdf : %.tex resume.cls pdflatex -output-directory=$(<:%/cv.tex=%) $< && pdflatex -output-directory=$(<:%/cv.tex=%) $< clean : -- 2.30.2