From f5f92fcb070dd4727402fd742f0052e78c40db30 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 23 May 2016 19:01:56 +0200 Subject: [PATCH] make rule that cleans everything --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1b9ad60..6fb4d44 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ clean: clean-aggressive: nix-collect-garbage -d --delete-older-than 1d +clean-total: + nix-collect-garbage -d + clean-log: journalctl --vacuum-size=1G