From f54e1cb32ad49807d75dc64bde9b9563d7f36531 Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Sat, 19 Aug 2023 19:36:28 +0200
Subject: favicon, make posts
---
Makefile | 10 ++++++++--
src/index.sh | 1 +
src/tmpl.html | 1 +
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 46919a4..41e0b10 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,11 @@
-.PHONY: all
-all: out/index.html out/feed.ass out/feed.atom
+.PHONY: all posts index
+all: posts index
+index: out/index.html out/feed.ass out/feed.atom
+posts: \
+out/feeds.html \
+out/our.html \
+out/tui.html \
+# posts end
out/index.html: src/index.sh src/feed.ass
sh $^ > $@
diff --git a/src/index.sh b/src/index.sh
index ee5fc4a..03e300f 100644
--- a/src/index.sh
+++ b/src/index.sh
@@ -9,6 +9,7 @@ cat <