summaryrefslogtreecommitdiff
path: root/repo/www
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-08-17 22:08:08 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-08-18 22:13:03 +0200
commit55cbc81e3be0cde371969f46b8029f25f11c4672 (patch)
tree0d61f9715abcdbb87edb538ddc252b83f61005f2 /repo/www
parentf8ec0e060a9b3f2e2ede6d4e5eccbb8ae5d2a474 (diff)
downloadmemory-leaks-55cbc81e3be0cde371969f46b8029f25f11c4672.tar.xz
Make "make clean" more thorough
Diffstat (limited to 'repo/www')
-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)