From 2197a1c2d9919301999f4dde315f9426a4c9783d Mon Sep 17 00:00:00 2001 From: Matthew Lisiecki Date: Tue, 28 Jun 2022 14:09:56 -0400 Subject: [PATCH] add x-cause-y fr and esp to makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10da2f0..2c2989a 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,9 @@ all: adaptive/adaptive.html \ mechanisms/10thingsaboutmechanisms_fr.html \ pap/pap_fr.html \ power/power_fr.html \ - randomization/randomization_fr.html + randomization/randomization_fr.html \ + x-cause-y/x-cause-y_fr.html \ + x-cause-y/x-cause-y_esp.html adaptive/adaptive.html: adaptive/adaptive.Rmd Rscript -e "rmarkdown::render('./adaptive/adaptive.Rmd')"