From 7cd3c509d4ac442473756cd14c7f7f06efd5be24 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:00:54 -0400 Subject: [PATCH] Add clean-all recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index e4b2afd..bfdc8dd 100644 --- a/Justfile +++ b/Justfile @@ -72,6 +72,10 @@ build expr *west_args: _parse_combos clean: rm -rf {{ build }} {{ out }} +# clear all automatically generated files +clean-all: clean + rm -rf .west zmk + # clear nix cache clean-nix: nix-collect-garbage --delete-old