summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-09-03 18:51:34 +0000
committermhsn <mail@mhsn.net>2025-09-05 14:05:36 +0100
commit59216f69128ad8714808ecf0e7bbde4f3fc7e272 (patch)
treec05e8a3838be2cc904b775c9b76c046ea8c7f630
parent61d5ed8bf546c18a24d7be09d45233b2f66d5dd3 (diff)
downloadaoc-59216f69128ad8714808ecf0e7bbde4f3fc7e272.tar.gz
aoc-59216f69128ad8714808ecf0e7bbde4f3fc7e272.zip
rename compiled rustr to rustc
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index eab7506..d62364e 100755
--- a/check
+++ b/check
@@ -21,7 +21,7 @@ case $lang in
"rust")
cmd="cargo run --manifest-path $aoc_path/rust/Cargo.toml --"
;;
-"rustr")
+"rustc")
cmd="cargo run --release --manifest-path $aoc_path/rust/Cargo.toml --"
;;
"*")