From faf680464ba0ec5a1fb5580ae8bb23e7095119ff Mon Sep 17 00:00:00 2001 From: Jean-Michel Tremblay Date: Sat, 21 Jun 2025 23:37:56 -0400 Subject: [PATCH] rename resume with today's date --- Makefile | 1 + 1 file changed, 1 insertion(+) 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