From b0adbd44190b4271e2a4417da986c57de5408894 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 17 Jun 2026 18:23:27 +0100 Subject: [PATCH] parameterises blogs in all rule --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 114e9fc..018e95e 100644 --- a/http/Makefile +++ b/http/Makefile @@ -45,7 +45,7 @@ prune_$(blog): ./bin/prune_blog $(blog) endef -all: microlog blog public out +all: $(blogs) public out .PHONY: out out: $(out_deps)