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