improved file naming in handin makefile

This commit is contained in:
Christoffer Müller Madsen 2016-11-23 22:51:24 +01:00
parent ffb4ba12ed
commit d8519819e4

View File

@ -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