aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKuroiIeWa5Da < tyuki@adu.me >2012-01-18 00:17:00 -0600
committerKuroiIeWa5Da < tyuki@adu.me >2012-01-18 00:17:00 -0600
commitf1c6d94d3974e896092b70137fed2f7e020da97e (patch)
treef614aefd81ce1a75e60337aa3346a8e0e6e3b54d /Makefile
parentspacing near INCBINs (diff)
downloadpokeyellow-f1c6d94d3974e896092b70137fed2f7e020da97e.tar.gz
pokeyellow-f1c6d94d3974e896092b70137fed2f7e020da97e.tar.xz
pokeyellow-f1c6d94d3974e896092b70137fed2f7e020da97e.zip
Finalized Gary map
hg-commit-id: e2ffb49499cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96a86234..3475bbba 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- awk -f textpre.awk < $< > $@
+ awk -b -f textpre.awk < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<