From d8519819e41201700d462310543aa98ee74a88a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Wed, 23 Nov 2016 22:51:24 +0100 Subject: [PATCH] improved file naming in handin makefile --- handin/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handin/makefile b/handin/makefile index 2b85f18..db12a88 100644 --- a/handin/makefile +++ b/handin/makefile @@ -2,7 +2,7 @@ TEX = pandoc texsrc = template.tex handin.md src = output.pdf FLAGS = --latex-engine=xelatex -pdfname = $(shell basename $(CURDIR)) +pdfname = $(shell basename $(CURDIR)).pdf package: $(src) mkdir -p output