
all: clean main.dvi

clean:
	rm main.dvi

main.dvi: main.tex teoria.tex
	latex $<

teoria.tex: teoriafig1.eps

main.pdf: main.dvi
	dvipdf $<
