This commit is contained in:
Jeremy Kidwell 2019-03-13 21:50:25 +00:00
parent 626357c98b
commit 7138b39e11
15 changed files with 2194 additions and 2 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
pdf:
Rscript --quiet _render.R "bookdown::pdf_book"
gitbook:
Rscript --quiet _render.R "bookdown::gitbook"
all:
Rscript --quiet _render.R