clstDemo.pdf:
	R CMD Sweave clstDemo.Rnw && \
	texi2pdf --tidy clstDemo.tex

clean:
	rm -rf *.t2d *.tex Rplots.pdf figs_out
