shithub: pokered

Download patch

ref: 52f30cc6449023e028654eb28cdfb2a61e772e20
parent: ad8782826e048d50c7dec0c0edf3f31f5f3d588e
author: KuroiIeWa5Da < tyuki@adu.me >
date: Sun Jan 15 23:37:43 EST 2012

modified makefile for cygwin awk (-b flag)

hg-commit-id: c16d4db68d62


--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 	${CC} -o $@ $>
 
 .asm.tx:
-	awk -f textpre.awk < $< > $@
+	awk -b -f textpre.awk < $< > $@
 
 pokered.gbc: pokered.o
 	rgblink -o $@ $<