summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index b50fbb2..4b8c331 100644
--- a/makefile
+++ b/makefile
@@ -8,6 +8,8 @@ all: $(RMD_OUT)
@mkdir -p build
@echo "Building index"
@Rscript build_RMD.R $(SRC)/index.Rmd $(BUILD)/index.html > /dev/null 2>&1
+ @echo "Building RSS"
+ @python3 build_rss.py
@echo "Done"
deploy: