summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-17 08:21:42 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-17 08:24:25 +0300
commitbb3acba653c3c93f564f2e1573fc3b76bd519175 (patch)
tree8018577923f21058ec7264062e8da2344e7c931e /build.rs
parentac76338e0ca003f1da6ba54060140381e48ebbc9 (diff)
downloadriki-bb3acba653c3c93f564f2e1573fc3b76bd519175.tar.gz
chore: update to new Subplot
Sponsored-by: author
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index cc39391..05415d9 100644
--- a/build.rs
+++ b/build.rs
@@ -1,3 +1,3 @@
fn main() {
- subplot_build::codegen("riki.md").expect("failed to generate code with Subplot");
+ subplot_build::codegen("riki.subplot").expect("failed to generate code with Subplot");
}