diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 18:23:11 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 18:23:11 +0100 |
| commit | 8125081177a8b0372284b7bb31d2446882ccf3eb (patch) | |
| tree | 5714f8f8b19dff4fb77915f6d69e58a106b2cdda | |
| parent | 229339dc17a0207537695be3dfb9585153321f43 (diff) | |
parameterises blogs in clean rule
| -rw-r--r-- | http/Makefile | 2 |
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)) |
