diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 18:23:27 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 18:23:27 +0100 |
| commit | b0adbd44190b4271e2a4417da986c57de5408894 (patch) | |
| tree | c1b4e100e432ad2ab32c2bb2ee10a785450a5380 /http/Makefile | |
| parent | 8125081177a8b0372284b7bb31d2446882ccf3eb (diff) | |
parameterises blogs in all rule
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
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) |
