From a7018ad8180998f69e6b07c82a91ca85064c9e49 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 9 Jul 2020 19:24:23 +0200 Subject: [PATCH] build: makefile: add CV class to PDF dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72e3d47..744388f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: $(FILES) %.pdf: $(BUILD_DIR)/%.pdf cp $< $@ -$(BUILD_DIR)/%.pdf: %.tex +$(BUILD_DIR)/%.pdf: %.tex twentysecondcv.cls @latexmk $< # Let the tool do its job .PHONY: clean