From 52f30cc6449023e028654eb28cdfb2a61e772e20 Mon Sep 17 00:00:00 2001 From: KuroiIeWa5Da < tyuki@adu.me > Date: Mon, 16 Jan 2012 04:37:43 -0600 Subject: modified makefile for cygwin awk (-b flag) hg-commit-id: c16d4db68d62 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $< -- cgit v1.2.3