VHK/Makefile

9 lines
177 B
Makefile

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