memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 55cbc81e3be0cde371969f46b8029f25f11c4672
parent f8ec0e060a9b3f2e2ede6d4e5eccbb8ae5d2a474
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 17 Aug 2020 22:08:08 +0200

Make "make clean" more thorough

Diffstat:
Mrepo/www/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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