Add clean-all recipe

This commit is contained in:
urob 2024-08-16 17:00:54 -04:00
parent b1abaf7b56
commit 7cd3c509d4

View file

@ -72,6 +72,10 @@ build expr *west_args: _parse_combos
clean: clean:
rm -rf {{ build }} {{ out }} rm -rf {{ build }} {{ out }}
# clear all automatically generated files
clean-all: clean
rm -rf .west zmk
# clear nix cache # clear nix cache
clean-nix: clean-nix:
nix-collect-garbage --delete-old nix-collect-garbage --delete-old