feat: update justfile

This commit is contained in:
2023-08-26 01:43:59 +08:00
parent 607b78b6b8
commit e8b5167490

View File

@@ -1,7 +1,9 @@
_: _:
@just --list @just --list
build-nightly: build-n:
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-apple-darwin --release 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