silences prune rules

This commit is contained in:
2026-06-16 22:03:14 +01:00
parent 84ea47f08d
commit dcd563fdc7
+2
View File
@@ -4,6 +4,7 @@ all: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell
.PHONY: remove_deleted_posts
remove_deleted_posts: remove_deleted_microlog_posts remove_deleted_blog_posts
.SILENT: prune_microlog
.PHONY: prune_microlog
prune_microlog:
for post in $$(find src/microlog -name *.microlog.upphtml); do \
@@ -15,6 +16,7 @@ prune_microlog:
fi; \
done
.SILENT: prune_blog
.PHONY: prune_blog
prune_blog:
for post in $$(find src/blog -name *.blog.upphtml); do \