summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 18:23:11 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 18:23:11 +0100
commit8125081177a8b0372284b7bb31d2446882ccf3eb (patch)
tree5714f8f8b19dff4fb77915f6d69e58a106b2cdda /http
parent229339dc17a0207537695be3dfb9585153321f43 (diff)
parameterises blogs in clean rule
Diffstat (limited to 'http')
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile
index 877b12b..114e9fc 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -81,4 +81,4 @@ $(foreach blog,$(blogs),$(eval $(prune_blog_rule)))
.PHONY: clean
clean:
- rm -rf out src/microlog src/blog
+ rm -rf out $(addprefix src/,$(blogs))