1 2 3 4 5 6 7
use cc; fn main() { cc::Build::new() .file("tests/reference_implementation.c") .compile("tab-hash-reference"); }