all : a1.ps
	ghostview a1.ps &
a1.ps : a1.dvi
	dvips a1.dvi
a1.dvi : a1.tex
	latex a1.tex
