From edf8ddde79fceca1a2479eaa857db24afb8c0c22 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 14 Dec 2018 08:55:57 +0000 Subject: Add mkdir to build file --- report/makefile | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3