diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-18 09:07:53 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-18 09:07:53 -0500 |
| commit | 34378fe3fbf2f81e5d9769ba8d09bc38dbc91257 (patch) | |
| tree | 107a8257d39375661f85b4ca88dceffe3005cda2 /tools/br_ips/Makefile | |
| parent | 2f1285e4393deef290790e04cbb8d50b9fd007f5 (diff) | |
Final Smash on FireRed baserom.gba
Diffstat (limited to 'tools/br_ips/Makefile')
| -rw-r--r-- | tools/br_ips/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/br_ips/Makefile b/tools/br_ips/Makefile deleted file mode 100644 index 8b6ad51bf..000000000 --- a/tools/br_ips/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -CC := gcc -CFLAGS := -O3 -std=c99 - -.PHONY: all - -all: br_ips ips_patch - @: - -clean: - rm -f br_ips ips_patch br_ips.exe ips_patch.exe - -br_ips: br_ips.c - $(CC) $(CFLAGS) -o $@ $^ - -ips_patch: ips_patch.c - $(CC) $(CFLAGS) -o $@ $^ |
