
all:
	pdflatex infrastructure
	bibtex   infrastructure
	pdflatex infrastructure
	pdflatex infrastructure

clean:
	rm -f rm q.tex infrastructure.toc infrastructure.pdf infrastructure.log infrastructure.blg infrastructure.bbl infrastructure.aux

distclean: clean
	rm -f rm infrastructure.pdf

