MAKESOURCE := $(wildcard *.tex)
MASTER := evaluation.tex

all: $(MAKESOURCE)
	latexmk -pdf ${MASTER}

clean:
	git clean -f -x
