
all: inst/README.markdown

inst/README.markdown: inst/README.Rmd
	Rscript -e "library(knitr); knit('$<', output = '$@', quiet = TRUE)"
