hug: added just scripts
This commit is contained in:
parent
5775412f18
commit
baacf638e7
2 changed files with 11 additions and 0 deletions
10
hug/justfile
Normal file
10
hug/justfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
alias b := build
|
||||
alias i := install
|
||||
|
||||
build:
|
||||
cargo build --release
|
||||
|
||||
install DIR: build
|
||||
cp ./target/release/hug "{{DIR}}/hug"
|
||||
|
1
justfile
1
justfile
|
@ -11,6 +11,7 @@ install TARGET='all' DIR="~/.bin/":
|
|||
just install scripts {{DIR}}
|
||||
just install dos-var {{DIR}}
|
||||
just install env-share {{DIR}}
|
||||
just install hug {{DIR}}
|
||||
just install mkwin {{DIR}}
|
||||
just install path-convert {{DIR}}
|
||||
just install qdls {{DIR}}
|
||||
|
|
Loading…
Reference in a new issue