winure/hug/justfile

11 lines
134 B
Makefile
Raw Permalink Normal View History

2024-07-15 13:35:35 -04:00
alias b := build
alias i := install
build:
cargo build --release
install DIR: build
cp ./target/release/hug "{{DIR}}/hug"