summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent48a499c2c1b999008c5a0d1f8931141b07225c4b (diff)
bin/news -> bin/html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 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)