Skip to content

Commit 1d88dbc

Browse files
Fix default Makefile complication rule
Bench: 3204302 Co-Authored-By: Styx <164851643+styxdoto@users.noreply.github.com>
1 parent 722a17a commit 1d88dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
endif
2222

2323
rule:
24-
cargo rustc --release -- -C target-cpu=native --emit link=$(NAME)
24+
cargo rustc --release --bin reckless -- -C target-cpu=native --emit link=$(NAME)
2525

2626
wasm:
2727
unset RUSTFLAGS && rustup run nightly \

0 commit comments

Comments
 (0)