synit/synit-pid1/Makefile

8 lines
170 B
Makefile

all:
cargo build --all-targets
aarch64-binary: aarch64-binary-release
aarch64-binary-release:
cross build --target=aarch64-unknown-linux-musl --release --all-targets