all: report.pdf

.PHONY: report.pdf

report.pdf: report.tex arch.png Screenshot.png
	pdflatex report.tex
	pdflatex report.tex

clean:
	rm -f *.bbl *.blg *.aux *.toc *.dvi *.log *.nav *.snm *.out

view: 
	acroread report.pdf
