all: mortality clean

mortality: mortality.tex
	cp -p ../doc_rnw/mortality.pdf .

clean:
	rm -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex
