From 8e8ee911c37f89c1029be5389efebf3e42bf38af Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 14 Dec 2018 09:57:11 +0000 Subject: Change target output name of pdf --- report/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/makefile b/report/makefile index 4b8846b..b77aca0 100644 --- a/report/makefile +++ b/report/makefile @@ -12,7 +12,7 @@ FLAGS_PDF = --template=template.latex pdf: mkdir -p $(OUTPUT) - pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) + pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) clean: rm build/* -- cgit v1.2.3