all:
	latex rapport.latex
	latex rapport.latex
	dvipdf rapport.dvi

clean:
	rm -f rapport.toc
	rm -f rapport.log
	rm -f rapport.aux
	rm -f rapport.dvi
	rm -f rapport.latex~
