diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-27 13:48:16 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-27 13:48:16 -0400 |
| commit | 25f3bba424dbb017f69f6bfae91acedfc0702d1b (patch) | |
| tree | a779a56fb7a7c9b26d5e6e44f8f056240d7ecbbf /makefile | |
| parent | 930aea430a1c9576674b821571ede017699d75e1 (diff) | |
completed analysis and added build step
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
