summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 18:45:50 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 18:45:50 -0400
commit3470d47f0a2d14cb59f004e15e554cfa29fd29d2 (patch)
tree92eed0dfc43b634bdb97436fa23b224cc90828e2
parent48a499c2c1b999008c5a0d1f8931141b07225c4b (diff)
bin/news -> bin/html
-rw-r--r--Makefile6
-rw-r--r--bin/html (renamed from bin/news)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 255d0b8..12acd3a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ static: $(BUILD_DIR)
.PHONY: static
-news:
- @python3 ./bin/news
-.PHONY: news
+html:
+ @python3 ./bin/html
+.PHONY: html
css: $(CSS)
diff --git a/bin/news b/bin/html
index 503a254..503a254 100644
--- a/bin/news
+++ b/bin/html