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