My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/examples/cross-aarch64/Makefile

9 lines
247 B

.PHONY: all test
test: all
nix-shell ./shell.nix --command \
"cargo test --target aarch64-unknown-linux-gnu"
all: Cargo.toml Cargo.lock src/main.rs
nix-shell ./shell.nix --command \
"cargo test --target aarch64-unknown-linux-gnu --no-run"