From 3470d47f0a2d14cb59f004e15e554cfa29fd29d2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 16 May 2019 18:45:50 -0400 Subject: bin/news -> bin/html --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3