aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreport/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/report/makefile b/report/makefile
index 77d8583..4b8846b 100755
--- a/report/makefile
+++ b/report/makefile
@@ -11,6 +11,7 @@ FLAGS = --bibliography=bibliography.bib \
FLAGS_PDF = --template=template.latex
pdf:
+ mkdir -p $(OUTPUT)
pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES)
clean: