summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-14 20:41:14 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-14 20:41:14 -0400
commit031237e247d0e274ed2e57bb2a03c2f15deded38 (patch)
tree64edd994ae96a5cc9e89e90500abbe5f9718ecf6 /Makefile
parent68789e0ad0b49616b8433f20ef0e17a1feee9e5c (diff)
Makefile: Add news.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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