🪛 [shared] Add clean recipies

This commit is contained in:
2025-08-11 21:10:50 +02:00
parent 51413f3896
commit db3e754114

View File

@ -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 .