winure/path-convert/justfile

11 lines
152 B
Makefile
Raw Permalink Normal View History

2024-06-14 11:24:46 -04:00
alias b := build
alias i := install
build:
cargo build --release
install DIR: build
cp ./target/release/path-convert "{{DIR}}/path-convert"