summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2023-08-19 19:36:28 +0200
committerdzwdz2023-08-19 19:36:28 +0200
commitf54e1cb32ad49807d75dc64bde9b9563d7f36531 (patch)
tree2039770313dc9754393154946521212c65291a9f /Makefile
parent384e2e40dc5b5497d2d6863f2716aac8b4052a7e (diff)
favicon, make posts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 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 $^ > $@