diff --git a/makefile b/makefile index 33437a4..71f4397 100644 --- a/makefile +++ b/makefile @@ -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)