From dbe22875472cd51833cb1ac18fd2a7f1aa08a398 Mon Sep 17 00:00:00 2001 From: Jean-Michel Tremblay Date: Sun, 19 Apr 2026 21:47:22 -0400 Subject: [PATCH] mess with makefile again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 153f702..a35bcc2 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,5 @@ CV_SRCS = $(shell find $(CV_DIR) -name '*.tex') # mv $(EXAMPLES_DIR)/resume_jm_tremblay.pdf $(EXAMPLES_DIR)/resume_jm_tremblay_$$(date +%Y_%m_%d).pdf resume.pdf: $(EXAMPLES_DIR)/resume_jm_tremblay.tex $(RESUME_SRCS) - $(CC) -output-directory=$(EXAMPLES_DIR) $ + $(CC) -output-directory=$(EXAMPLES_DIR) $< mv $(EXAMPLES_DIR)/resume_jm_tremblay.pdf $(EXAMPLES_DIR)/resume_jm_tremblay_$$(date +%Y-%m-%dT%H-%M-%S%z).pdf \ No newline at end of file