Skip to content

Commit

Permalink
Chore: Add just command to run in release with rom
Browse files Browse the repository at this point in the history
Now it is more easy to run a rom in release mode with `just run-release
<rom>`.

Signed-off-by: Federico Guerinoni <[email protected]>
  • Loading branch information
guerinoni committed Dec 31, 2023
1 parent 99527c2 commit 2eaa4be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ run-logger rom:

run-disassembler rom:
@cargo run --features disassembler $1

run-release rom:
@cargo run --release $1

0 comments on commit 2eaa4be

Please sign in to comment.