From 8125081177a8b0372284b7bb31d2446882ccf3eb Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 17 Jun 2026 18:23:11 +0100 Subject: [PATCH] parameterises blogs in clean rule --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))