1 2 3 4 5 6 7
build: cargo build cargo build --lib --release --target aarch64-apple-darwin .PHONY: test test: cargo test -- --nocapture