From 95528af07785ab2e32fb3e58119da855def4caf3 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 27 Aug 2021 16:29:45 +0200 Subject: [PATCH] Create output dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c0c6b46..2a822c5 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: rm -rf output/* build: + $(shell mkdir -p $(OUTPUT_DIR)) lualatex --output-directory $(OUTPUT_DIR) rapport.tex buildall: images build