mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-10 23:22:43 +02:00
build(just): add build and build-target(s) to justfile
This commit is contained in:
@@ -24,6 +24,15 @@ install-target target:
|
|||||||
install:
|
install:
|
||||||
just install-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
just install-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
||||||
|
|
||||||
|
build-targets *targets:
|
||||||
|
"{{ targets }}" -split ' ' | ForEach-Object { just build-target $_ }
|
||||||
|
|
||||||
|
build-target target:
|
||||||
|
cargo +stable build --release --package {{ target }} --locked
|
||||||
|
|
||||||
|
build:
|
||||||
|
just build-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
||||||
|
|
||||||
run target:
|
run target:
|
||||||
cargo +stable run --bin {{ target }} --locked
|
cargo +stable run --bin {{ target }} --locked
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user