8 lines
171 B
Makefile
8 lines
171 B
Makefile
_:
|
|
@just --list
|
|
|
|
build-nightly:
|
|
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-apple-darwin --release
|
|
|
|
|