cxgraph/libcxgraph/build.rs
2023-06-15 00:27:09 -04:00

4 lines
49 B
Rust

fn main() {
lalrpop::process_root().unwrap();
}