modified makefile for cygwin awk (-b flag)

hg-commit-id: c16d4db68d62
This commit is contained in:
KuroiIeWa5Da 2012-01-16 04:37:43 -06:00
parent ad8782826e
commit 52f30cc644

View file

@ -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 $@ $<