summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 293d242..e05e390 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CSS=$(CSS_DIR)/fsfi.css
JS_SRC=js/navbar.js
-site: $(BUILD_DIR) css static js
+site: $(BUILD_DIR) css static js html feed
.PHONY: site