From: Lukáš Jiřiště Date: Sun, 14 Sep 2025 11:11:28 +0000 (+0200) Subject: Add pdf rule for vim make to work X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=83518b76daacc47b1031864db5caadf30d33684e;p=CV.git Add pdf rule for vim make to work --- 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 :