Update Makefile rules to correctly detect changes in berry fix mb
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
OBJDUMP="./tools/binutils/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
|
||||
OPTIONS="--start-address=$1 --stop-address=$2"
|
||||
$OBJDUMP $OPTIONS baserom.gba > baserom.dump
|
||||
$OBJDUMP $OPTIONS pokefirered.gba > pokefirered.dump
|
||||
diff -u baserom.dump pokefirered.dump
|
||||
@@ -1,7 +1,10 @@
|
||||
CC := gcc
|
||||
CFLAGS := -O3
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: br_ips ips_patch
|
||||
@:
|
||||
|
||||
clean:
|
||||
rm -f br_ips ips_patch br_ips.exe ips_patch.exe
|
||||
|
||||
Reference in New Issue
Block a user