env-share: created justfile
This commit is contained in:
parent
18389ca9b8
commit
190f17f7e2
1 changed files with 11 additions and 0 deletions
11
env-share/justfile
Normal file
11
env-share/justfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
alias b := build
|
||||||
|
alias i := install
|
||||||
|
|
||||||
|
build:
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
|
install DIR: build
|
||||||
|
cp ./target/release/env-share "{{DIR}}/env-share"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue