winure/hug/justfile

10 lines
134 B
Makefile

alias b := build
alias i := install
build:
cargo build --release
install DIR: build
cp ./target/release/hug "{{DIR}}/hug"