build: makefile: add CV class to PDF dependencies
This commit is contained in:
parent
6e61001d95
commit
a7018ad818
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ all: $(FILES)
|
||||||
%.pdf: $(BUILD_DIR)/%.pdf
|
%.pdf: $(BUILD_DIR)/%.pdf
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
$(BUILD_DIR)/%.pdf: %.tex
|
$(BUILD_DIR)/%.pdf: %.tex twentysecondcv.cls
|
||||||
@latexmk $< # Let the tool do its job
|
@latexmk $< # Let the tool do its job
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue