Create output dir
This commit is contained in:
parent
eb2746eb08
commit
95528af077
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Reference in a new issue