summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-16 22:03:14 +0100
committerJoe Carstairs <me@joeac.net>2026-06-16 22:03:14 +0100
commitdcd563fdc7cc7d6fbac413e1eb78b7f3455bd94b (patch)
tree9f05acb7f1e7d5cd2348c739a3a7b58179769fbc /http/Makefile
parent84ea47f08db267bcf6d4255f04c9fb0ec70bf1bc (diff)
silences prune rules
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/Makefile b/http/Makefile
index eea98e8..11aa4a5 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -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 \