From 25f3bba424dbb017f69f6bfae91acedfc0702d1b Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 27 Apr 2024 13:48:16 -0400 Subject: completed analysis and added build step --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') 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 -- cgit v1.2.3