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