Skip to content

Commit

Permalink
chore: fix makefile final step
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed May 29, 2024
1 parent 685e942 commit 228cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pgo-build:
cargo build --release

# STEP 5: Move the built binary to the final location
mv ./target/release/bench $(EXE)
mv ./target/release/mexx $(EXE)

0 comments on commit 228cd60

Please sign in to comment.