summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)