diff --git a/Makefile b/Makefile index bc630463..abd70f4d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ redrle: extras/redrle.c ${CC} -o $@ $> .asm.tx: - python textpre.py < $< > $@ + python textpre.py < $< > $@ pokered.gbc: pokered.o rgblink -o $@ $<