1 2 3 4 5
extern crate gcc; fn main() { gcc::Build::new().file("src/R/fexact.c").compile("fexact"); }