all: sweave tex

sweave:
	echo "library(tools); Sweave(\"aRTsp.Rnw\")" | R --no-save --no-restore

tex:
	latex aRTsp.tex

clean:
	rm -r aRTsp aRTsp.tex *.log *.blg *.dvi *.pdf *.ps *.bb* *.aux *.eps

   
