summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile
index c1bbb28..d748735 100644
--- a/repo/www/Makefile
+++ b/repo/www/Makefile
@@ -70,5 +70,5 @@ $(indices): $(OUT_DIR)/%index.html:
./generate-index.py $(index_options) $(site_tree) "$(patsubst %/,%,$*)" $@
clean:
- -rm $(dependencies)
+ -rm -r $(cache)
-rm -r $(OUT_DIR)