fn main() { cc::Build::new() .flag("-std=c99") .flag("-pedantic") .file("libschrift/schrift.c") .compile("schrift"); }