summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-17 21:38:05 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-17 21:38:05 -0400
commit679d6d4f49a731139391bb67c04f96e915a17751 (patch)
tree82e5e2878ee383c7c003b5ca20cb073339eec977 /Makefile
parent1b750da9b56deea6271913cb5f029727894811ec (diff)
Makefile: site: Add html, feed.
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