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