Files
VHK/Makefile
2019-01-02 17:42:14 +01:00

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")'