build: makefile: add CV class to PDF dependencies

This commit is contained in:
Bruno BELANYI 2020-07-09 19:24:23 +02:00
parent 6e61001d95
commit a7018ad818

View file

@ -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