The 'target' directory doesn't exist???

This commit is contained in:
GBA bot 2022-01-01 19:15:52 +00:00
parent 2cf4be6094
commit a5afbda9da

View file

@ -14,7 +14,7 @@ function build_rom() {
pushd "examples/$GAME_NAME"
cargo build --release --verbose --target thumbv4t-none-eabi
find target
find .
arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE"
gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"