summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile
index 42d0c90..10d2a86 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -105,4 +105,8 @@ $(foreach blog,$(blogs),$(eval $(prune_blog_rule)))
.PHONY: clean
clean:
- rm -rf out $(addprefix src/,$(blogs))
+ rm -rf \
+ out \
+ $(foreach blog,$(blogs), \
+ $(foreach ext,upphtml upphtml.args,\
+ src/$(blog)/*$(if $(BLOG_LAYOUT_$(blog)),.$(BLOG_LAYOUT_$(blog))).$(ext)))