Skip to content

Commit

Permalink
try to fix fud stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jul 11, 2024
1 parent 084bbaf commit 3d06ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fud2/scripts/cider.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn cider_setup(e) {

e.rule(
"run-cider",
"$cider-exe -l $calyx-base --data data.dump $in flat > $out",
"$cider-exe -l $calyx-base --data data.dump $in > $out",
);

e.rule("dump-to-interp", "$cider-converter --to cider $in > $out");
Expand Down
2 changes: 1 addition & 1 deletion fud2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ pub fn build_driver(bld: &mut DriverBuilder) {

e.rule(
"run-cider",
"$cider-exe -l $calyx-base --data data.dump $in flat > $out",
"$cider-exe -l $calyx-base --data data.dump $in > $out",
)?;

e.rule("dump-to-interp", "$cider-converter --to cider $in > $out")?;
Expand Down

0 comments on commit 3d06ba8

Please sign in to comment.