aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-16 23:41:16 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-16 23:41:16 -0600
commit5f7bb0da7269ba8b89c42f22d635f8e403976fbf (patch)
tree712cf782cf40901ce656b664b93ac50fec4b81ae /Makefile
parentCleaned up and finalized route 2 (diff)
parentfix naming of map size constants (diff)
downloadpokeyellow-5f7bb0da7269ba8b89c42f22d635f8e403976fbf.tar.gz
pokeyellow-5f7bb0da7269ba8b89c42f22d635f8e403976fbf.tar.xz
pokeyellow-5f7bb0da7269ba8b89c42f22d635f8e403976fbf.zip
Merge in new Route2 work.
hg-commit-id: b67f316a108a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3475bbba..96a86234 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- awk -b -f textpre.awk < $< > $@
+ awk -f textpre.awk < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<