1 2 3 4 5 6
fn main() { cc::Build::new() .file("src/main.c") .file("src/oscore.c") .compile("mein_tool"); }