🪛 [shared] Add clean recipies
This commit is contained in:
8
justfile
8
justfile
@ -6,6 +6,14 @@ default:
|
|||||||
fmt:
|
fmt:
|
||||||
treefmt --on-unmatched info
|
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 a specific host but don't activate it. Host must use same system as target system
|
||||||
build HOST:
|
build HOST:
|
||||||
git add .
|
git add .
|
||||||
|
Reference in New Issue
Block a user