diff options
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 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)) |
