summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 18:23:27 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 18:23:27 +0100
commitb0adbd44190b4271e2a4417da986c57de5408894 (patch)
treec1b4e100e432ad2ab32c2bb2ee10a785450a5380 /http
parent8125081177a8b0372284b7bb31d2446882ccf3eb (diff)
parameterises blogs in all 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 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)