10 lines
119 B
Makefile
10 lines
119 B
Makefile
_:
|
|
@just --list
|
|
|
|
install:
|
|
cargo install --path .
|
|
|
|
build-run-go:
|
|
cargo build --release --features switch-go-lang
|
|
|