relay_button/build.rs
2024-06-09 14:17:42 +03:00

3 lines
69 B
Rust

fn main() {
println!("cargo:rustc-link-arg-bins=-Tlinkall.x");
}