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