aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-27 13:48:16 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-27 13:48:16 -0400
commit25f3bba424dbb017f69f6bfae91acedfc0702d1b (patch)
treea779a56fb7a7c9b26d5e6e44f8f056240d7ecbbf /makefile
parent930aea430a1c9576674b821571ede017699d75e1 (diff)
completed analysis and added build step
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