10 lines
237 B
Makefile
10 lines
237 B
Makefile
_:
|
|
@just --list
|
|
|
|
build-n:
|
|
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-apple-darwin --release
|
|
|
|
upx:
|
|
upx --best --lzma target/x86_64-apple-darwin/release/secretshare
|
|
|