summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuroiIeWa5Da < tyuki@adu.me >2012-01-16 18:28:00 -0600
committerKuroiIeWa5Da < tyuki@adu.me >2012-01-16 18:28:00 -0600
commit577869304c597f67354b1d1dbc688a2ee90ae4f4 (patch)
treec327af2a22afd78bc526fa2faecaf7f63037ba51 /Makefile
parent7c2a27f5513a41a5aafe17035295a39760c70e4c (diff)
Cleaned up and finalized route 2
hg-commit-id: e96ff3835e91
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 $@ $<