From 031237e247d0e274ed2e57bb2a03c2f15deded38 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 14 May 2019 20:41:14 -0400 Subject: Makefile: Add news. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 45e1e8d..eb8c5ad 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ img: $(BUILD_DIR) rsync -a img/ $(IMG_DIR)/ .PHONY: img +news: + @python3 ./bin/news +.PHONY: news + css: $(CSS) .PHONY: css -- cgit v1.2.3