1 2 3 4 5 6
fn main() { cc::Build::new() .compiler("/usr/local/bin/mos-c64-clang") .file("src/asm.S") .compile("asm"); }