diff --git a/justfile b/justfile index 1c56a933..8dd3c721 100644 --- a/justfile +++ b/justfile @@ -105,11 +105,11 @@ _build-rom folder name: mkdir -p examples/target/examples - just _gbafix --title "${INTERNAL_NAME:0:12}" --gamecode "${INTERNAL_NAME:0:4}" "$TARGET_FOLDER/thumbv4t-none-eabi/release/$GAME_NAME" -o "$GBA_FILE" + just gbafix --title "${INTERNAL_NAME:0:12}" --gamecode "${INTERNAL_NAME:0:4}" "$TARGET_FOLDER/thumbv4t-none-eabi/release/$GAME_NAME" -o "$GBA_FILE" cp -v "$GBA_FILE" "examples/target/examples/$GAME_NAME.gba" -_gbafix +args: +gbafix *args: (cd agb-gbafix && cargo run --release -- {{args}}) _all-crates target: