winure/env-share/justfile

12 lines
141 B
Makefile
Raw Permalink Normal View History

2024-07-08 13:26:12 -04:00
alias b := build
alias i := install
build:
cargo build --release
install DIR: build
cp ./target/release/env-share "{{DIR}}/env-share"