From bb3acba653c3c93f564f2e1573fc3b76bd519175 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Sep 2022 08:21:42 +0300 Subject: chore: update to new Subplot Sponsored-by: author --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') 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"); } -- cgit v1.2.1