From db3e75411445aaaedaa0adeedb771f61c18d0285 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Mon, 11 Aug 2025 21:10:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20[shared]=20Add=20clean=20recipie?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) 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 .