summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
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 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))