Makefile hinzugefügt.

This commit is contained in:
daniel 2019-01-02 17:42:14 +01:00
parent e1e466cce3
commit 069c1dc903
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

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