enterprise/enterprise-old/enterprise-macros/build.rs
2020-02-04 08:48:19 -06:00

3 lines
52 B
Rust

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