aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 26aa1f6..103b693 100644
--- a/makefile
+++ b/makefile
@@ -68,6 +68,7 @@ presentation/presentation.html: presentation/presentation.md
analysis: analysis/analysis.html
analysis/analysis.html: analysis/analysis.Rmd # TODO: add compile command
+ Rscript -e "setwd('analysis'); rmarkdown::render('analysis.Rmd')"
clean:
rm -rf $(BUILD_DIR)/* presentation/presentation.html analysis/analysis.html