4 lines
80 B
Makefile
4 lines
80 B
Makefile
build:
|
|
cargo build --release
|
|
upx --best --lzma target/release/approximate-gcd
|