html:
	latex lezione.tex
	latex2html -local_icons lezione.tex
	cp *.c lezione/

clean:
	rm -f *.dvi
	rm -f *.log
	rm -f *.aux
