aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKuroiIeWa5Da < tyuki@adu.me >2012-01-18 14:33:39 -0600
committerKuroiIeWa5Da < tyuki@adu.me >2012-01-18 14:33:39 -0600
commit571b97c32e8dc02d9f98d079420e26d22aca5e23 (patch)
tree8c1a7fd9f51d706db457b081a2fcf8f59a7fe690 /Makefile
parentMerge KuroiIeWa5Da/pokered. (diff)
downloadpokeyellow-571b97c32e8dc02d9f98d079420e26d22aca5e23.tar.gz
pokeyellow-571b97c32e8dc02d9f98d079420e26d22aca5e23.tar.xz
pokeyellow-571b97c32e8dc02d9f98d079420e26d22aca5e23.zip
Extracted Tileset collision data
hg-commit-id: cdb49c9e2ccc
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 $@ $<