Create output dir

This commit is contained in:
Yorick Barbanneau 2021-08-27 16:29:45 +02:00
parent eb2746eb08
commit 95528af077

View file

@ -12,6 +12,7 @@ clean:
rm -rf output/*
build:
$(shell mkdir -p $(OUTPUT_DIR))
lualatex --output-directory $(OUTPUT_DIR) rapport.tex
buildall: images build