VHK/Makefile

9 lines
177 B
Makefile
Raw Normal View History

2019-01-02 16:42:14 +00:00
.PHONY: pdf html
INPUT=vhk.Rmd
pdf:
Rscript -e 'rmarkdown::render("$(INPUT)", "beamer_presentation")'
html:
Rscript -e 'rmarkdown::render("$(INPUT)", "slidy_presentation")'