.PHONY: pdf html INPUT=vhk.Rmd pdf: Rscript -e 'rmarkdown::render("$(INPUT)", "beamer_presentation")' html: Rscript -e 'rmarkdown::render("$(INPUT)", "slidy_presentation")'