diff --git a/Makefile b/Makefile index 1a94b39..8ed9587 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,4 @@ CV_SRCS = $(shell find $(CV_DIR) -name '*.tex') resume.pdf: $(EXAMPLES_DIR)/resume_jm_tremblay.tex $(RESUME_SRCS) $(CC) -output-directory=$(EXAMPLES_DIR) $< + mv $(EXAMPLES_DIR)/resume_jm_tremblay.pdf $(EXAMPLES_DIR)/resume_jm_tremblay_$$(date +%Y_%m_%d).pdf \ No newline at end of file