all:	pdf clean

pdf:	standGL.tex
	pdflatex standGL
	pdflatex standGL
	pdflatex standGL

clean:
	rm -f *.aux *.eps *.log *.out *.tex *.toc
	rm -f Rplots.pdf standGL-005.pdf standGL-009.pdf
