Add clean-all recipe
This commit is contained in:
parent
b1abaf7b56
commit
7cd3c509d4
1 changed files with 4 additions and 0 deletions
4
Justfile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue