summaryrefslogtreecommitdiff
path: root/build.rs
blob: 17d240e321f36dc3fc3af837ca4341244246280f (plain)
1
2
3
fn main() {
    subplot_build::codegen("sshca.subplot").expect("failed to generate code with Subplot");
}