all: sweave tex

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

tex:
	latex aRTconn.tex

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

   
