summaryrefslogtreecommitdiff
path: root/examples/seq/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/seq/build.rs')
-rw-r--r--examples/seq/build.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/seq/build.rs b/examples/seq/build.rs
index 398ec90..d730645 100644
--- a/examples/seq/build.rs
+++ b/examples/seq/build.rs
@@ -1,6 +1,6 @@
//! Subplot seq example build script.
fn main() {
- println!("cargo:rerun-if-changed=seq.md");
- subplot_build::codegen("seq.md").expect("failed to generate code with Subplot");
+ println!("cargo:rerun-if-changed=seq.subplot");
+ subplot_build::codegen("seq.subplot").expect("failed to generate code with Subplot");
}