From 9bab0b9fcc3a71591f2093db980f19e5ecaed447 Mon Sep 17 00:00:00 2001 From: nunzip Date: Mon, 4 Feb 2019 17:15:08 +0000 Subject: Add template and fix makefile title --- report/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report/makefile') diff --git a/report/makefile b/report/makefile index b77aca0..636d2f8 100644 --- a/report/makefile +++ b/report/makefile @@ -12,7 +12,7 @@ FLAGS_PDF = --template=template.latex pdf: mkdir -p $(OUTPUT) - pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) + pandoc -o $(OUTPUT)/cw1_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) clean: rm build/* -- cgit v1.2.3-54-g00ecf