diff --git a/justfile b/justfile index 47a5742..170967a 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,14 @@ default: fmt: treefmt --on-unmatched info +# Clean user files +clean-user: + nh clean user + +# Clean all files +clean-all: + nh clean all + # Build a specific host but don't activate it. Host must use same system as target system build HOST: git add .